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 je Amazon Smile Redirect?
Amazon Smile Redirect je rozšíření Chrome vyvinuté Sean Sheng, a jeho hlavní funkcí je „Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…“.
Stáhnout soubor CRX rozšíření Amazon Smile Redirect
Stáhněte si soubory rozšíření Amazon Smile Redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Amazon Smile Redirect |
ID | hmmobbaahpofombfpcmbpkfiopilacbi |
Oficiální URL | https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi |
Popis | Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite… |
Velikost souboru | 7.29 KB |
Počet instalací | 29 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-01-09 |
Datum Vydání | 2017-01-09 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Sean Sheng |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |