Discover the best deals across European Amazon stores with this extension. Compare prices effortlessly and find the best deals. 🌍💰
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "comparizon.eu: Amazon Europe Price Compare",
"description": "Discover the best deals across European Amazon stores with this extension. Compare prices effortlessly and find the best deals. 🌍💰",
"version": "1.1.3",
"icons": {
"128": "128.png"
},
"permissions": [
"storage",
"activeTab",
"webNavigation",
"webRequest",
"webRequestBlocking",
"https://www.amazon.nl/*",
"https://amazon.nl/*",
"https://www.amazon.de/*",
"https://amazon.de/*",
"https://www.amazon.fr/*",
"https://amazon.fr/*",
"https://www.amazon.es/*",
"https://amazon.es/*",
"https://www.amazon.it/*",
"https://amazon.it/*",
"https://www.amazon.com.be/*",
"https://amazon.com.be/*",
"https://amazon.com/*",
"https://www.amazon.com/*",
"https://www.amazon.co.uk/*",
"https://amazon.co.uk/*",
"https://www.amazon.se/*",
"https://amazon.se/*",
"https://amazon.pl/*",
"https://www.amazon.pl/*",
"https://open.er-api.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://www.amazon.nl/*",
"https://amazon.nl/*",
"https://www.amazon.de/*",
"https://amazon.de/*",
"https://www.amazon.fr/*",
"https://amazon.fr/*",
"https://www.amazon.es/*",
"https://amazon.es/*",
"https://www.amazon.it/*",
"https://amazon.it/*",
"https://www.amazon.com.be/*",
"https://amazon.com.be/*",
"https://amazon.com/*",
"https://www.amazon.com/*",
"https://www.amazon.co.uk/*",
"https://amazon.co.uk/*",
"https://www.amazon.se/*",
"https://amazon.se/*",
"https://amazon.pl/*",
"https://www.amazon.pl/*",
"https://open.er-api.com/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{a5094d9c-9b46-43e7-9b4b-80cedd6e3bae}"
}
}
}