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, "name": "__MSG_extName__", "author": "__MSG_extAuthor__", "version": "39.0.0.127", "description": "__MSG_extDescription__", "minimum_chrome_version": "101.0", "permissions": [ "activeTab", "storage", "declarativeNetRequest", "declarativeNetRequestFeedback", "notifications", "contextMenus", "management", "alarms", "downloads", "history", "scripting" ], "optional_permissions": [ "browsingData", "contentSettings", "cookies", "privacy", "topSites" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "images\/toolbar_logo_16.png", "48": "images\/toolbar_logo_48.png", "128": "images\/toolbar_logo_128.png", "256": "images\/toolbar_logo_256.png" }, "action": { "default_icon": { "20": "images\/[email protected]", "40": "images\/[email protected]" }, "default_title": "__MSG_extBrowserActionTitle__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/api.twitter.com\/*" ], "js": [ "js\/mcs\/checkMain.js", "js\/common\/injector_page\/injectDogIcon.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/api.twitter.com\/*" ], "js": [ "js\/mcs\/content.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/www.google.com\/search*", "https:\/\/www.google.co.jp\/search*", "https:\/\/www.google.co.uk\/search*", "https:\/\/www.google.es\/search*", "https:\/\/www.google.ca\/search*", "https:\/\/www.google.de\/search*", "https:\/\/www.google.it\/search*", "https:\/\/www.google.fr\/search*", "https:\/\/www.google.com.au\/search*", "https:\/\/www.google.com.tw\/search*", "https:\/\/www.google.nl\/search*", "https:\/\/www.google.com.br\/search*", "https:\/\/www.google.com.tr\/search*", "https:\/\/www.google.be\/search*", "https:\/\/www.google.com.gr\/search*", "https:\/\/www.google.co.in\/search*", "https:\/\/www.google.com.mx\/search*", "https:\/\/www.google.dk\/search*", "https:\/\/www.google.com.ar\/search*", "https:\/\/www.google.ch\/search*", "https:\/\/www.google.cl\/search*", "https:\/\/www.google.at\/search*", "https:\/\/www.google.co.kr\/search*", "https:\/\/www.google.ie\/search*", "https:\/\/www.google.com.co\/search*", "https:\/\/www.google.pl\/search*", "https:\/\/www.google.pt\/search*", "https:\/\/www.google.com.pk\/search*", "https:\/\/www.google.com.hk\/search*" ], "js": [ "js\/pageRating\/googleSearch.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/*.bing.com\/search*" ], "js": [ "js\/pageRating\/bing.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/*.search.yahoo.com\/search*" ], "js": [ "js\/pageRating\/yahoo.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/*.trendmicro.com\/*" ], "js": [ "js\/canvasFpDefender\/injectScript.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" }, { "matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/idprotect.trendmicro.com\/*", "https:\/\/preprod.idprotect.trendmicro.com\/*" ], "js": [ "js\/common\/injector_page\/injectBridge.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/x.com\/*", "https:\/\/x.com\/settings\/connected_apps*", "https:\/\/www.facebook.com\/settings\/?tab=applications*", "https:\/\/www.facebook.com\/settings?tab=applications*", "https:\/\/myaccount.google.com\/permissions*", "https:\/\/myaccount.google.com\/connections*", "https:\/\/myadcenter.google.com\/*" ], "js": [ "js\/common\/privacy_guide\/js\/index.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/www.bing.com\/search*" ], "js": [ "js\/chat_gpt\/js\/chatGPT.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/api.twitter.com\/*" ], "js": [ "js\/pwm\/src\/pages\/content\/index.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/*.trendmicro.com\/*" ], "js": [ "js\/ui\/js\/inject\/import_passwordMonitor.js", "js\/ui\/js\/inject\/import_fileUploadMonitor.js", "js\/ui\/js\/inject\/import_injectFingerprintMonitor.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "default_locale": "en", "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "adOnly_rules", "enabled": false, "path": "js\/adblock\/adOnly_rules.json" }, { "id": "antiTrack_rules", "enabled": false, "path": "js\/adblock\/antiTrack_rules.json" } ] } }