Amazon Smile Auto Redirect
Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
What is Amazon Smile Auto Redirect?
Amazon Smile Auto Redirect is a Chrome extension developed by Developer, and its main feature is "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well".
Extension Screenshots
Download Amazon Smile Auto Redirect Extension CRX File
Download Amazon Smile Auto 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
• Install this extension to automatically donate to charity. • Amazon donates 0.5% of the price of your eligible purchases to the charitable organization of your choice when you shop at smile.amazon.com. • AmazonSmile is the same Amazon you know with the added benefit of supporting charitable organizations. • Support charitable organizations by starting your shopping at smile.amazon.com Read more: https://smile.amazon.com/gp/chpf/about
Extension Basic Information
Name | Amazon Smile Auto Redirect |
ID | mcklmkgdecdjnknfohnagekofdckmooh |
Official URL | https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh |
Description | Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well |
File Size | 17.06 KB |
Installation Count | 23 |
Current Version | 0.1 |
Last Updated | 2017-12-26 |
Publish Date | 2017-12-26 |
Developer | Developer |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "smile.js" ] }, "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "manifest_version": 2, "name": "Amazon Smile Auto Redirect", "short_name": "Amazon Smile", "description": "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.de\/*", "https:\/\/www.amazon.de\/*", "http:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.co.uk\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |