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_default_title__", "default_locale": "en", "version": "5.1.7", "description": "__MSG_description__", "background": { "service_worker": ".\/background.js" }, "manifest_version": 3, "action": { "default_popup": "popup\/popup.html", "default_icon": "assets\/logo\/logo_x48.png" }, "icons": { "16": "assets\/logo\/logo_x16.png", "48": "assets\/logo\/logo_x48.png", "128": "assets\/logo\/logo_x128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content\/content.css" ], "js": [ "content\/content.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/grabber.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/scriptShell.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/start_scriptShell.js" ], "run_at": "document_start", "all_frames": false } ], "side_panel": { "default_path": "sidepanel\/sidepanel.html" }, "permissions": [ "storage", "sidePanel", "scripting", "activeTab", "tabs", "declarativeNetRequest", "downloads", "cookies", "unlimitedStorage", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "content\/scriptShell.js", "content\/scriptBus.js", "content\/start_scriptBus.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "assets\/*.png" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "handler\/handler.html" ], "matches": [ "*:\/\/*\/*" ] } ] }