AmazonSmile Auto Redirect

Automatically redirect to AmazonSmile from Amazon

What is AmazonSmile Auto Redirect?

AmazonSmile Auto Redirect is a Chrome extension developed by Shraymonks, and its main feature is "Automatically redirect to AmazonSmile from Amazon".

Extension Screenshots

screenshot

Download AmazonSmile Auto Redirect Extension CRX File

Download AmazonSmile 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

                        Automatically redirect to AmazonSmile while shopping on Amazon.

Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice.                    

Extension Basic Information

Name AmazonSmile Auto Redirect AmazonSmile Auto Redirect
ID oiiflcngcepikbdemccijngnkjhdjlfc
Official URL https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc
Description Automatically redirect to AmazonSmile from Amazon
File Size 7.03 KB
Installation Count 110
Current Version 1.0.0
Last Updated 2017-01-11
Publish Date 2017-01-11
Rating 3.00/5 Total 2 Ratings
Developer Shraymonks
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shraymonks",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "description": "Automatically redirect to AmazonSmile from Amazon",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "AmazonSmile Auto Redirect",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*"
    ],
    "version": "1.0.0"
}