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", "version": "1.8.0", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "icons": { "32": "viewHelpers\/icons\/icon32.png", "64": "viewHelpers\/icons\/icon64.png", "128": "viewHelpers\/icons\/icon128.png" }, "action": { "default_title": "__MSG_title__", "default_popup": "popup.html", "default_icon": { "64": "viewHelpers\/icons\/icon64.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "scripts\/worker.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "downloads", "storage", "webRequest", "tabs", "scripting" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ] }