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,
"version": "1.4",
"name": "Made in Where",
"description": "Shows the country where an Amazon product comes from so you can make an informed purchase.",
"author": "[email protected]",
"permissions": [
"scripting",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*"
],
"action": {
"default_title": "Made in Where"
},
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}