Amazon Smile Auto Redirect

Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well

Amazon Smile Auto Redirect क्या है?

Amazon Smile Auto Redirect Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well"।

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

screenshot

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

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

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

                        • 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                    

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

नाम Amazon Smile Auto Redirect Amazon Smile Auto Redirect
ID mcklmkgdecdjnknfohnagekofdckmooh
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh
विवरण Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
फ़ाइल का आकार 17.06 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.1
अंतिम अपडेट 2017-12-26
प्रकाशन तिथि 2017-12-26
डेवलपर Developer
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}