Amazon Smile Switcher
This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
Cos'è Amazon Smile Switcher?
Amazon Smile Switcher è un'estensione di Chrome sviluppata da Tin Bee, e la sua funzione principale è "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Smile Switcher
Scarica i file di estensione Amazon Smile Switcher 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
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.
Informazioni di Base sull'Estensione
Nome | Amazon Smile Switcher |
ID | oefejaiblkhebbdibhmohgohbdgheofh |
URL Ufficiale | https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh |
Descrizione | This extension automatically redirects requests to smile.amazon.com to ensure your donations work. |
Dimensione del File | 3.27 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-04-15 |
Data di Pubblicazione | 2014-04-15 |
Sviluppatore | Tin Bee |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |