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", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/logo.png", "default_title": "__MSG_extName__" }, "default_locale": "en", "description": "__MSG_extDes__", "icons": { "128": "img\/logo.png" }, "content_scripts": [ { "js": [ "js\/content-script.js" ], "css": [ "css\/inject.css" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "manifest_version": 3, "name": "__MSG_extName__", "host_permissions": [ "<all_urls>" ], "permissions": [ "tabs", "storage" ], "version": "1.0.1", "web_accessible_resources": [ { "resources": [ "\/img\/logo.png", "\/popup.html" ], "matches": [ "<all_urls>" ] } ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/cknbjddgncdahggojmpllojloapoedao" }