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": "3.2", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.fastaddons.com\/*" ], "run_at": "document_start", "js": [ "content_script\/content_script.js" ] } ], "action": { "default_icon": { "128": "128.png" }, "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "alarms", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.fastaddons.com\/*" ] }