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…
Co to jest Amazon Smile Redirect?
Amazon Smile Redirect to rozszerzenie Chrome opracowane przez Sean Sheng, a jego główną funkcją jest „Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…”.
Pobierz plik CRX rozszerzenia Amazon Smile Redirect
Pobierz pliki rozszerzeń Amazon Smile Redirect 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
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon Smile Redirect |
ID | hmmobbaahpofombfpcmbpkfiopilacbi |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi |
Opis | Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite… |
Rozmiar pliku | 7.29 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-01-09 |
Data Publikacji | 2017-01-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Sean Sheng |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |