Smile More, Donate More :)

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

Smile More, Donate More :) क्या है?

Smile More, Donate More :) Joanne Yeung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smile More, Donate More :) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Smile More, Donate More :) Smile More, Donate More :)
ID lbicnnogjkpfkhokabdopjibhlcejhop
आधिकारिक URL https://chromewebstore.google.com/detail/smile-more-donate-more/lbicnnogjkpfkhokabdopjibhlcejhop
विवरण Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.
फ़ाइल का आकार 203 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.4
अंतिम अपडेट 2017-10-15
प्रकाशन तिथि 2017-10-15
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Joanne Yeung
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://smilemoredonatemore.com
सहायता पृष्ठ URL https://smilemoredonatemore.com
समर्थित भाषाएँ 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"
}