Amazon Smile Switcher
This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
Co to jest Amazon Smile Switcher?
Amazon Smile Switcher to rozszerzenie Chrome opracowane przez Tin Bee, a jego główną funkcją jest „This extension automatically redirects requests to smile.amazon.com to ensure your donations work.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Smile Switcher
Pobierz pliki rozszerzeń Amazon Smile Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon Smile Switcher |
ID | oefejaiblkhebbdibhmohgohbdgheofh |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh |
Opis | This extension automatically redirects requests to smile.amazon.com to ensure your donations work. |
Rozmiar pliku | 3.27 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-04-15 |
Data Publikacji | 2014-04-15 |
Deweloper | Tin Bee |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |