Amazon Smile Redirect
Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…
What is Amazon Smile Redirect?
Amazon Smile Redirect is a Chrome extension developed by Sean Sheng, and its main feature is "Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…".
Download Amazon Smile Redirect Extension CRX File
Download Amazon Smile Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite charitable organization every time you shop!
Extension Basic Information
Name | Amazon Smile Redirect |
ID | hmmobbaahpofombfpcmbpkfiopilacbi |
Official URL | https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi |
Description | Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite… |
File Size | 7.29 KB |
Installation Count | 29 |
Current Version | 1.0 |
Last Updated | 2017-01-09 |
Publish Date | 2017-01-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Sean Sheng |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Smile Redirect", "version": "1.0", "minimum_chrome_version": "23", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.com\/" ] } |