Amazon SMILE!

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

Wat is Amazon SMILE!?

Amazon SMILE! is een Chrome-extensie ontwikkeld door max.schopfer, en de belangrijkste functie is "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon SMILE!

Download Amazon SMILE!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Amazon SMILE! Amazon SMILE!
ID fkpgijfghdipchoficpinkglkgdfligm
Officiële URL https://chromewebstore.google.com/detail/amazon-smile/fkpgijfghdipchoficpinkglkgdfligm
Beschrijving Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!
Bestandsgrootte 5.64 KB
Aantal Installaties 15
Huidige Versie 1.3.2
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar max.schopfer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}