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, "version": "1.0.4", "name": "__MSG_ext_name__", "default_locale": "en", "description": "__MSG_ext_description__", "homepage_url": "https:\/\/chrome.google.com", "permissions": [ "tabs", "storage", "downloads" ], "host_permissions": [], "icons": { "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": "icon\/icon48.png", "default_title": "popup", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "img\/*", "icon\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" } }