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…
Qu'est-ce que Amazon Smile Redirect ?
Amazon Smile Redirect est une extension Chrome développée par Sean Sheng, et sa fonction principale est "Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…".
Télécharger le fichier CRX de l'extension Amazon Smile Redirect
Téléchargez les fichiers d'extension Amazon Smile Redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Amazon Smile Redirect |
ID | hmmobbaahpofombfpcmbpkfiopilacbi |
URL Officiel | https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi |
Description | Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite… |
Taille du Fichier | 7.29 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-01-09 |
Date de Publication | 2017-01-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sean Sheng |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |