Starting analysis...
https://archive.is | https://sourcegraph.com/ | |
https://chromewebstore.google.com/detail/url-regex-replace/nkohlbebkognioabnnjchnchdapolofb | https://github.com/tddschn/url-regex-replace-chrome-extension/issues/new | |
https://web.archive.org/web/ | https://archive.is/ | |
https://freedium.cfd/ | https://sci-hub.se/ | |
https://clients2.google.com/service/update2/crx | https://sci-hub.ru/ |
{ "name": "URL Regex Replace", "icons": { "128": "icons/icon.png" }, "action": { "default_popup": "popup.html" }, "version": "2.0.0", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "A Chrome extension that allows users to perform regex find and replace on the current tab's URL.", "permissions": [ "activeTab", "storage", "scripting" ], "options_page": "options.html", "manifest_version": 3 }