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, "short_name": "__MSG_Abbr__", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.7.67.0", "default_locale": "en", "icons": { "32": "icon32.png", "64": "icon64.png" }, "background": { "service_worker": "background_script.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }