Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_appname__", "version": "1.3.1", "description": "__MSG_appdesc__", "default_locale": "en", "icons": { "128": "img\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "img\/eye.svg", "img\/close.svg", "inject\/setTimezone.js", "inject\/setGeo.js", "inject\/setDisabledWebRTC.js", "inject\/setUserAgent.js", "inject\/setBrowserLanguage.js", "inject\/setDisabledFingerprints.js", "inject\/setDisabledJava.js" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": "img\/icon128.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "privacy", "tabs", "proxy", "contentSettings", "browsingData", "webRequest", "webRequestAuthProvider", "storage", "declarativeNetRequest" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/lib\/jquery-3.2.1.min.js", "js\/lib\/notify.js", "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }