Amazon SMILE!

Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!

Was ist Amazon SMILE!?

Amazon SMILE! ist eine Chrome-Erweiterung, die von max.schopfer entwickelt wurde, und ihr Hauptmerkmal ist "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!".

Erweiterungsscreenshots

screenshot

Amazon SMILE!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon SMILE!-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

                        Redirects you to smile.amazon[.com|.de|.co.uk]. For now on, Amazon always donates 0.5% of your order value to charities of your choice.

Important: To prevent the redirect issue, please log in to https://smile.amazon.com




Icons made by https://www.flaticon.com/authors/icomoon
Is licensed by http://creativecommons.org/licenses/by/3.0/                    

Grundlegende Informationen zur Erweiterung

Name Amazon SMILE! Amazon SMILE!
ID fkpgijfghdipchoficpinkglkgdfligm
Offizielle URL https://chromewebstore.google.com/detail/amazon-smile/fkpgijfghdipchoficpinkglkgdfligm
Beschreibung Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!
Dateigröße 5.64 KB
Installationsanzahl 15
Aktuelle Version 1.3.2
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler max.schopfer
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon SMILE!",
    "version": "1.3.2",
    "author": "Max Schopfer",
    "description": "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!",
    "icons": {
        "128": "wink.png"
    },
    "browser_action": {
        "default_icon": "wink.png"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/smile.amazon.de\/*",
                "*:\/\/smile.amazon.co.uk\/*"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.co.uk\/*"
            ],
            "run_at": "document_start",
            "js": [
                "smile.js"
            ]
        }
    ]
}