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", "version": "0.33.7", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "pl", "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": false, "js": [ "lib\/js\/browser-polyfill.js", "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/icon\/icon16.png", "48": "img\/icon\/icon48.png", "64": "img\/icon\/icon64.png", "128": "img\/icon\/icon128.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "webNavigation", "cookies", "storage" ], "host_permissions": [ "*:\/\/*.buykers.at\/", "*:\/\/*.buykers.com.au\/", "*:\/\/*.buykers.cz\/", "*:\/\/*.buykers.de\/", "*:\/\/*.buykers.co.uk\/", "*:\/\/*.buykers.es\/", "*:\/\/*.buykers.nl\/", "*:\/\/*.buykers.com.tr\/", "*:\/\/*.buykers.com\/", "*:\/\/*.alerabat.com\/" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';" }, "icons": { "16": "img\/icon\/icon16.png", "48": "img\/icon\/icon48.png", "64": "img\/icon\/icon64.png", "128": "img\/icon\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "img\/*.png", "img\/*.svg", "content.css", "fonts\/*.woff2", "locales\/**\/*.json" ], "matches": [ "*:\/\/*\/*" ] } ] }