→ Price Comparison: Amazon vs Ebay
→ Price History charts
→ Price Alerts
→ Supports Amazon [ .com | .de | .co.uk | .co.jp | .fr | .ca | .it | .es | .mx ]
→ No registration required
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": "__MSG_extName__",
"version": "0.2.1resigned1",
"description": "__MSG_extDescription__",
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"applications": {
"gecko": {
"id": "pricealarm@icopron.ch",
"strict_min_version": "45.0"
}
},
"short_name": "__MSG_shortName__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*://amazon.de/*",
"*://amazon.fr/*",
"*://amazon.it/*",
"*://amazon.es/*",
"*://amazon.co.uk/*",
"*://amazon.com/*",
"*://amazon.com.mx/*",
"*://amazon.ca/*",
"*://amazon.co.jp/*",
"*://*.amazon.de/*",
"*://*.amazon.fr/*",
"*://*.amazon.it/*",
"*://*.amazon.es/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.com/*",
"*://*.amazon.com.mx/*",
"*://*.amazon.ca/*",
"*://*.amazon.co.jp/*"
],
"js": [
"jquery-3.1.1.min.js",
"myFrame.js"
]
}
]
}