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, "name": "ASIN Finder for Amazon\u2122 ", "version": "1.2.0", "description": "ASIN Finder chrome extension finds and displays codes for all Amazon\u2122 products with a single click. ", "icons": { "16": "Icon 16.png", "32": "Icon 32.png", "48": "Icon 48.png", "64": "Icon 64.png", "128": "Icon 128.png" }, "permissions": [ "activeTab", "storage", "tabs", "webNavigation", "webRequest" ], "action": { "default_popup": "popup.html", "default_title": "ASIN Finder for Amazon\u2122", "popup": "popup_table.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" } }