Inspect and view changes in Amazon Smile Redirecting source codes across current and past versions
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": "Amazon Smile Redirecting",
"icons": {
"16": "smiley16.png",
"48": "smiley48.png",
"128": "smiley.png"
},
"description": "Every 'www.amazon.com(de, co.uk)/...' kind of link is redirected to 'smile.amazon.com(de, co.uk)/...'",
"version": "1.5",
"permissions": [
"webRequest",
"webRequestBlocking",
"*://www.amazon.com/*",
"*://www.amazon.co.uk/*",
"*://www.amazon.de/*"
],
"background": {
"scripts": [
"plugin.js"
]
}
}