Amazon Smile Switcher
This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
What is Amazon Smile Switcher?
Amazon Smile Switcher is a Chrome extension developed by Tin Bee, and its main feature is "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.".
Extension Screenshots
Download Amazon Smile Switcher Extension CRX File
Download Amazon Smile Switcher 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
This extensions automatically redirects to smile.amazon.com from www.amazon.com. Pretty handy if you forget to start from smile.amazon.com to make sure your purchases help a good cause.
Extension Basic Information
Name | Amazon Smile Switcher |
ID | oefejaiblkhebbdibhmohgohbdgheofh |
Official URL | https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh |
Description | This extension automatically redirects requests to smile.amazon.com to ensure your donations work. |
File Size | 3.27 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2014-04-15 |
Publish Date | 2014-04-15 |
Developer | Tin Bee |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Smile Switcher", "description": "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.", "version": "1.0", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*" ], "background": { "scripts": [ "background.js" ] } } |