AmazonSmile Auto Redirect

Automatically redirect to AmazonSmile from Amazon

Was ist AmazonSmile Auto Redirect?

AmazonSmile Auto Redirect ist eine Chrome-Erweiterung, die von Shraymonks entwickelt wurde, und ihr Hauptmerkmal ist "Automatically redirect to AmazonSmile from Amazon".

Erweiterungsscreenshots

screenshot

AmazonSmile Auto Redirect-Erweiterungs-CRX-Datei herunterladen

Laden Sie AmazonSmile Auto Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AmazonSmile Auto Redirect AmazonSmile Auto Redirect
ID oiiflcngcepikbdemccijngnkjhdjlfc
Offizielle URL https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc
Beschreibung Automatically redirect to AmazonSmile from Amazon
Dateigröße 7.03 KB
Installationsanzahl 110
Aktuelle Version 1.0.0
Letztes Update 2017-01-11
Veröffentlichungsdatum 2017-01-11
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Shraymonks
Zahlungsart free
Unterstützte Sprachen 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"
}