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", "name": "J2TEAM Security", "description": "__MSG_appDescription__", "version": "2.2.8", "author": { "email": "[email protected]" }, "homepage_url": "https:\/\/j2team.org\/", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/fbclid.ts-loader-5dad15d5.js" ], "matches": [ "http:\/\/*\/*fbclid=*", "https:\/\/*\/*fbclid=*" ], "run_at": "document_start" }, { "js": [ "assets\/anti-fb-phishing.ts-loader-7b6e3729.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true }, { "js": [ "assets\/fb-timer.ts-loader-a3333380.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "exclude_matches": [ "https:\/\/m.facebook.com\/*", "https:\/\/touch.facebook.com\/*", "https:\/\/mobile.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*", "https:\/\/graph.facebook.com\/*", "https:\/\/developers.facebook.com\/*", "https:\/\/code.facebook.com\/*" ], "run_at": "document_end", "all_frames": false }, { "js": [ "assets\/fb-middleware.ts-loader-43c5e23c.js" ], "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/www.messenger.com\/t\/*" ], "run_at": "document_start" }, { "js": [], "matches": [ "https:\/\/*.instagram.com\/*" ], "css": [ "css\/instagram.css" ], "run_at": "document_idle", "all_frames": false }, { "js": [], "matches": [ "https:\/\/*.medium.com\/*" ], "css": [ "css\/medium-fix-vietnamese-font.css" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/juno_okyo.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/www.messenger.com\/*" ], "resources": [ "js\/fb-ws-hook.js", "assets\/chunk-6e447cd5.js", "assets\/chunk-7182d1a3.js", "assets\/chunk-26a483ba.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.instagram.com\/*" ], "resources": [ "css\/instagram.css" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.medium.com\/*" ], "resources": [ "css\/medium-fix-vietnamese-font.css" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/chunk-d767bc7e.js", "assets\/chunk-7ac80a40.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.facebook.com\/*" ], "resources": [ "assets\/chunk-e7e43e33.js" ], "use_dynamic_url": false } ], "permissions": [ "tabs", "notifications", "contextMenus", "cookies", "storage", "unlimitedStorage", "webRequest", "alarms", "scripting", "declarativeNetRequest", "sidePanel" ], "optional_permissions": [ "management", "bookmarks", "topSites", "tabGroups" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/j2team.dev\/*", "https:\/\/j2team.org\/*", "https:\/\/www.j2team.org\/*", "http:\/\/localhost:3000\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "default_locale": "en", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "side_panel": { "default_path": "sidebar.html" } }