Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.6.0", "short_name": "__MSG_extTitle__", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extShortDesc__", "action": { "default_icon": "scr64.png" }, "permissions": [ "webRequest", "activeTab" ], "incognito": "split", "icons": { "16": "scr16.png", "32": "scr32.png", "64": "scr64.png", "128": "scr128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "contentScripts.css" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/sha256.min.js", "contentScripts.js" ] } ] }