Amazon Smile Auto Redirect
Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
Was ist Amazon Smile Auto Redirect?
Amazon Smile Auto Redirect ist eine Chrome-Erweiterung, die von Developer entwickelt wurde, und ihr Hauptmerkmal ist "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well".
Erweiterungsscreenshots
Amazon Smile Auto Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Smile 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
                        • Install this extension to automatically donate to charity.
• Amazon donates 0.5% of the price of your eligible purchases to the charitable organization of your choice when you shop at smile.amazon.com.
• AmazonSmile is the same Amazon you know with the added benefit of supporting charitable organizations.
• Support charitable organizations by starting your shopping at smile.amazon.com
Read more: https://smile.amazon.com/gp/chpf/about                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | mcklmkgdecdjnknfohnagekofdckmooh | 
| Offizielle URL | https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh | 
| Beschreibung | Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well | 
| Dateigröße | 17.06 KB | 
| Installationsanzahl | 23 | 
| Aktuelle Version | 0.1 | 
| Letztes Update | 2017-12-26 | 
| Veröffentlichungsdatum | 2017-12-26 | 
| Entwickler | Developer | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "background": {
        "scripts": [
            "smile.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "manifest_version": 2,
    "name": "Amazon Smile Auto Redirect",
    "short_name": "Amazon Smile",
    "description": "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}  |  |