Starting analysis...
Version 1.1.3 View in Chrome Web Store
http://www.w3.org/2000/svg | http://www.w3.org/1999/xlink | |
https://api.linkcollect.io/api/v1/collections | https://linkcollect.io/logo_192_x_192.png | |
https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE | https://jsonlink.io/api/extract?url= | |
https://fonts.googleapis.com/css2?family=Lexend:wght@200 | https://tailwindcss.com | |
https://github.com/mozdevs/cssremedy/issues/4 | https://github.com/tailwindcss/tailwindcss/pull/116 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=190655 | https://bugs.chromium.org/p/chromium/issues/detail?id=999088 | |
https://bugs.webkit.org/show_bug.cgi?id=201297 | https://bugs.chromium.org/p/chromium/issues/detail?id=935729 | |
https://bugs.webkit.org/show_bug.cgi?id=195016 | https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 | |
https://github.com/tailwindlabs/tailwindcss/issues/3300 | https://github.com/mozdevs/cssremedy/issues/14 | |
https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 | https://api-js.mixpanel.com | |
https://mixpanel.com | https://cdn.mxpnl.com | |
https://reactjs.org/docs/error-decoder.html?invariant= | http://www.w3.org/XML/1998/namespace | |
http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xhtml | |
https://linkcollect.io/ | https://linkcollect.super.site/commands | |
https://linkcollect.super.site/help | https://bit.ly/3cXEKWf | |
https://redux.js.org/Errors?code= | https://api.linkcollect.io/api/v1 | |
https://twitter.com/linkcollect_io | https://linkcollect.io/login | |
http://linkcollect.io/ | https://linkcollect.lemonsqueezy.com/ | |
https://github.com/facebook/regenerator/blob/main/LICENSE | https://clients2.google.com/service/update2/crx | |
https://api.linkcollect.io/api/v1/collections/ | https://fonts.googleapis.com/css2?family=Lexend:wght@300 |
{ "name": "LinkCollect - Save & Share Bookmarks", "icons": { "16": "favicon.png", "19": "favicon.png", "32": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "action": { "default_popup": "popup.html", "default_title": "LinkCollect" }, "version": "1.1.3", "commands": { "save-all-tabs": { "description": "Inject a save all tabs script", "suggested_key": { "mac": "Alt+A", "default": "Alt+A" } }, "_execute_action": { "description": "Start the extension", "suggested_key": { "mac": "Alt+W", "default": "Alt+A" } }, "save-current-tab": { "description": "Inject a save recent collection ", "suggested_key": { "mac": "Alt+C", "default": "Alt+C" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone", "permissions": [ "storage", "tabs", "activeTab", "contextMenus" ], "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "http://*/*", "https://*/*", "<all_urls>" ] } ], "host_permissions": [ "http://*/*", "https://*/*", "<all_urls>" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "http://*/*", "https://*/*", "<all_urls>" ], "resources": [ "assets/bookmark.png", "approve.png", "failed.png" ] } ] }