Amazon Smile Switcher

This extension automatically redirects requests to smile.amazon.com to ensure your donations work.

Wat is Amazon Smile Switcher?

Amazon Smile Switcher is een Chrome-extensie ontwikkeld door Tin Bee, en de belangrijkste functie is "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Smile Switcher

Download Amazon Smile Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Amazon Smile Switcher Amazon Smile Switcher
ID oefejaiblkhebbdibhmohgohbdgheofh
Officiële URL https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh
Beschrijving This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
Bestandsgrootte 3.27 KB
Aantal Installaties 15
Huidige Versie 1.0
Laatst Bijgewerkt 2014-04-15
Publicatiedatum 2014-04-15
Ontwikkelaar Tin Bee
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}