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, "name": "__MSG_name__", "default_locale": "en", "description": "__MSG_description__", "version": "2.5.2", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": "128.png", "default_title": "__MSG_poptitle__", "default_popup": "popup.html" }, "options_ui": { "page": "popup.html" }, "permissions": [ "storage", "https:\/\/*.getrates.su\/*" ], "host_permissions": [ "*:\/\/*.asos.com\/*", "*:\/\/*.asos.de\/*", "*:\/\/*.asos.su\/*", "*:\/\/*.asos.fr\/*" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.asos.com\/*", "*:\/\/*.asos.de\/*", "*:\/\/*.asos.su\/*", "*:\/\/*.asos.fr\/*" ], "run_at": "document_start", "js": [ "js\/jq.js", "js\/1.js" ], "css": [ "js\/css.css" ] } ] }