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…

Cos'è Amazon Smile Redirect?

Amazon Smile Redirect è un'estensione di Chrome sviluppata da Sean Sheng, e la sua funzione principale è "Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…".

Scarica il file CRX dell'estensione Amazon Smile Redirect

Scarica i file di estensione Amazon Smile Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Amazon Smile Redirect Amazon Smile Redirect
ID hmmobbaahpofombfpcmbpkfiopilacbi
URL Ufficiale https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi
Descrizione Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…
Dimensione del File 7.29 KB
Conteggio Installazioni 29
Versione Corrente 1.0
Ultimo Aggiornamento 2017-01-09
Data di Pubblicazione 2017-01-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Sean Sheng
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}