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_name__", "description": "__MSG_description__", "short_name": "__MSG_short_name__", "default_locale": "en", "version": "9.3.5", "icons": { "128": "logo128.png" }, "action": { "default_icon": { "38": "logo38.png" } }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content_script.js", "inject.js", "logo.png" ], "matches": [ "<all_urls>" ], "extension_ids": [] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "match_about_blank": true, "js": [ "content_script.js" ], "run_at": "document_start" } ], "side_panel": { "default_path": "sidepanel.html" }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "bookmarks", "clipboardRead", "clipboardWrite", "cookies", "debugger", "downloads", "downloads.ui", "notifications", "storage", "tabs", "activeTab", "proxy", "nativeMessaging", "contextMenus", "webRequest", "webRequestAuthProvider", "sidePanel", "scripting" ], "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval';" } }