Smile More, Donate More :)

Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.

Qu'est-ce que Smile More, Donate More :) ?

Smile More, Donate More :) est une extension Chrome développée par Joanne Yeung, et sa fonction principale est "Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smile More, Donate More :)

Téléchargez les fichiers d'extension Smile More, Donate More :) 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

                        Smile More, Donate More :) captures any Amazon.com URL requests browsed to by the user and sends the browser to AmazonSmile (https://smile.amazon.com) instead. AmazonSmile is Amazon's charity program for non-profit organizations. For every purchase through AmazonSmile, Amazon donates 0.5% of the price of eligible items to the user's charity organization of choice. Amazon Smile is owned and operated by Amazon. Learn more about the Amazon Smile Foundation and program at: https://smile.amazon.com/gp/chpf/about/ref=smi_se_rspo_laas_aas

Support for HTTPS included - all redirects will send the browser to a HTTP Secure connection with AmazonSmile.

Privacy respected: This app does not track, store, or send any user or usage information.

This Chrome extension is not affiliated with, maintained, authorized, endorsed or sponsored by Amazon.com.

This app was created by Joanne Yeung. The GitHub repository and source code can be found here: https://github.com/jttyeung/smile-more-donate-more                    

Informations de Base sur l'Extension

Nom Smile More, Donate More :) Smile More, Donate More :)
ID lbicnnogjkpfkhokabdopjibhlcejhop
URL Officiel https://chromewebstore.google.com/detail/smile-more-donate-more/lbicnnogjkpfkhokabdopjibhlcejhop
Description Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.
Taille du Fichier 203 KB
Nombre d'Installations 29
Version Actuelle 1.4
Dernière Mise à Jour 2017-10-15
Date de Publication 2017-10-15
Évaluation 5.00/5 Total 7 Évaluations
Développeur Joanne Yeung
Type de Paiement free
Site Web de l'Extension https://smilemoredonatemore.com
URL de la Page d'Aide https://smilemoredonatemore.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smile More, Donate More :)",
    "short_name": "Smile More",
    "description": "Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icons\/smilemore16.png",
        "default_popup": "info.html"
    },
    "icons": {
        "16": "icons\/smilemore16.png",
        "48": "icons\/smilemore48.png",
        "128": "icons\/smilemore128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "redirector.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/amazon.com\/*",
        "*:\/\/amazon.de\/*",
        "webRequestBlocking"
    ],
    "author": "Joanne Yeung"
}