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…
Vad är Amazon Smile Redirect?
Amazon Smile Redirect är en Chrome-tillägg utvecklad av Sean Sheng, och dess huvudfunktion är "Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…".
Ladda ner Amazon Smile Redirect-förlängningens CRX-fil
Ladda ner Amazon Smile Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Amazon Smile Redirect |
ID | hmmobbaahpofombfpcmbpkfiopilacbi |
Officiell webbadress | https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi |
Beskrivning | Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite… |
Filstorlek | 7.29 KB |
Antal Installationer | 29 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-01-09 |
Publiceringsdatum | 2017-01-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Sean Sheng |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |