Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.05", "name": "__MSG_extName__", "short_name": "__MSG_extSName__", "description": "__MSG_extDesc__", "default_locale": "en", "homepage_url": "https:\/\/georgemike.com", "icons": { "34": "img\/icon-34.png", "128": "img\/icon-128.png" }, "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "permissions": [ "contextMenus", "downloads", "storage", "scripting", "webRequest" ], "content_scripts": [ { "matches": [ "https:\/\/advertising.amazon.com\/*", "https:\/\/advertising.amazon.ca\/*", "https:\/\/advertising.amazon.co.uk\/*", "https:\/\/advertising.amazon.de\/*", "https:\/\/advertising.amazon.fr\/*", "https:\/\/advertising.amazon.it\/*", "https:\/\/advertising.amazon.es\/*", "https:\/\/advertising.amazon.nl\/*", "https:\/\/advertising.amazon.pl\/*", "https:\/\/advertising.amazon.se\/*", "https:\/\/advertising.amazon.com.be\/*", "https:\/\/advertising.amazon.ie\/*", "https:\/\/advertising.amazon.co.jp\/*", "https:\/\/advertising.amazon.com.au\/*", "https:\/\/advertising.amazon.in\/*", "https:\/\/advertising.amazon.sg\/*", "https:\/\/advertising.amazon.ae\/*", "https:\/\/advertising.amazon.sa\/*", "https:\/\/advertising.amazon.com.tr\/*", "https:\/\/advertising.amazon.com.br\/*", "https:\/\/advertising.amazon.eg\/*", "https:\/\/advertising.amazon.co.za\/*", "https:\/\/advertising.amazon.com.mx\/*" ], "js": [ "js\/ClientSideExporter.js", "js\/InPageExporter.js", "js\/content.js" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "account.html" ], "matches": [ "https:\/\/advertising.amazon.com\/*", "https:\/\/advertising.amazon.ca\/*", "https:\/\/advertising.amazon.co.uk\/*", "https:\/\/advertising.amazon.de\/*", "https:\/\/advertising.amazon.fr\/*", "https:\/\/advertising.amazon.it\/*", "https:\/\/advertising.amazon.es\/*", "https:\/\/advertising.amazon.nl\/*", "https:\/\/advertising.amazon.pl\/*", "https:\/\/advertising.amazon.se\/*", "https:\/\/advertising.amazon.com.be\/*", "https:\/\/advertising.amazon.ie\/*", "https:\/\/advertising.amazon.co.jp\/*", "https:\/\/advertising.amazon.com.au\/*", "https:\/\/advertising.amazon.in\/*", "https:\/\/advertising.amazon.sg\/*", "https:\/\/advertising.amazon.ae\/*", "https:\/\/advertising.amazon.sa\/*", "https:\/\/advertising.amazon.com.tr\/*", "https:\/\/advertising.amazon.com.br\/*", "https:\/\/advertising.amazon.eg\/*", "https:\/\/advertising.amazon.co.za\/*", "https:\/\/advertising.amazon.com.mx\/*" ] } ], "commands": { "export-to-csv": { "suggested_key": { "default": "Ctrl+Shift+J", "windows": "Alt+Shift+J", "mac": "Alt+Shift+J" }, "description": "Export to CSV" }, "export-to-excel": { "suggested_key": { "default": "Ctrl+Shift+L", "windows": "Alt+Shift+L", "mac": "Alt+Shift+L" }, "description": "Export to Excel" } }, "action": [], "host_permissions": [ "*:\/\/advertising.amazon.com\/*", "*:\/\/advertising.amazon.ca\/*", "*:\/\/advertising.amazon.com.mx\/*", "*:\/\/advertising.amazon.co.uk\/*", "*:\/\/advertising.amazon.de\/*", "*:\/\/advertising.amazon.fr\/*", "*:\/\/advertising.amazon.it\/*", "*:\/\/advertising.amazon.es\/*", "*:\/\/advertising.amazon.nl\/*", "*:\/\/advertising.amazon.pl\/*", "*:\/\/advertising.amazon.se\/*", "*:\/\/advertising.amazon.com.be\/*", "*:\/\/advertising.amazon.ie\/*", "*:\/\/advertising.amazon.co.jp\/*", "*:\/\/advertising.amazon.com.au\/*", "*:\/\/advertising.amazon.in\/*", "*:\/\/advertising.amazon.sg\/*", "*:\/\/advertising.amazon.ae\/*", "*:\/\/advertising.amazon.sa\/*", "*:\/\/advertising.amazon.com.tr\/*", "*:\/\/advertising.amazon.com.br\/*", "*:\/\/advertising.amazon.eg\/*", "*:\/\/advertising.amazon.co.za\/*" ] }