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": "Amazon Storefront Link Opener",
"version": "1.0",
"description": "Navigate Directly to Live Amazon Listings! Avoid storefront-specific pages and jump straight to the live buybox with every click.",
"icons": {
"48": "icon.png"
},
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"tabs"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com.au\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_title": "Amazon Storefront Link Opener"
}
}