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", "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "1.1.2", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "assets\/jquery-3.2.1.min.js", "content.js" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", "tabs", "downloads", "webRequest" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "__MSG_title__", "default_icon": "assets\/icons\/app\/inactive_128.png", "default_popup": "popup.html" }, "icons": { "32": "assets\/icons\/app\/32.png", "64": "assets\/icons\/app\/64.png", "128": "assets\/icons\/app\/128.png" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3 }