AmazonSmile Auto Redirect

Automatically redirect to AmazonSmile from Amazon

Qu'est-ce que AmazonSmile Auto Redirect ?

AmazonSmile Auto Redirect est une extension Chrome développée par Shraymonks, et sa fonction principale est "Automatically redirect to AmazonSmile from Amazon".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AmazonSmile Auto Redirect

Téléchargez les fichiers d'extension AmazonSmile Auto 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 AmazonSmile while shopping on Amazon.

Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice.                    

Informations de Base sur l'Extension

Nom AmazonSmile Auto Redirect AmazonSmile Auto Redirect
ID oiiflcngcepikbdemccijngnkjhdjlfc
URL Officiel https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc
Description Automatically redirect to AmazonSmile from Amazon
Taille du Fichier 7.03 KB
Nombre d'Installations 110
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-01-11
Date de Publication 2017-01-11
Évaluation 3.00/5 Total 2 Évaluations
Développeur Shraymonks
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shraymonks",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "description": "Automatically redirect to AmazonSmile from Amazon",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "AmazonSmile Auto Redirect",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*"
    ],
    "version": "1.0.0"
}