SmileGive - Amazon Smile Redirect

Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool!

SmileGive - Amazon Smile Redirect क्या है?

SmileGive - Amazon Smile Redirect https://www.couponbirds.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool!"।

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

screenshot
screenshot

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

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

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

                        😊SmileGive is a free Amazon Smile extension that helps you donate to your favorite charities for a good cause through your everyday shopping on Amazon! By installing this extension, it will be easier for you to donate at AmazonSmile automatically when opening Amazon’s purchase links, and also remind you to donate to your ideal charity. 

It supports amazon.com and amazon.co.uk automatic redirects. No manual clicks, no ads, no data collection. Totally free. 

With SmileGive, you can not only be redirected automatically to AmazonSmile to donate to your ideal charity for your good cause, but also remind you to make sure to never miss to donate to your favorite charity! By installing SmileGive, it will help you set your ideal charity as default and remind you when it's not your default one!

For charities, SmileGive helps your supporters to donate to you only!

For customers, SmileGive helps you seize every opportunity to donate to your favorite charity!

If you need any help or expect more features, you can learn more at https://www.couponbirds.com/smilegive. Or contact us at [email protected].                    

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

नाम SmileGive - Amazon Smile Redirect SmileGive - Amazon Smile Redirect
ID nhhfjkbdfdcjfaddnfoiocamclacajjb
आधिकारिक URL https://chrome.google.com/webstore/detail/smilegive-amazon-smile-re/nhhfjkbdfdcjfaddnfoiocamclacajjb
विवरण Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool!
फ़ाइल का आकार 1.98 MB
स्थापना संख्या 65
वर्तमान संस्करण 3.0
अंतिम अपडेट 2022-10-21
प्रकाशन तिथि 2021-08-24
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://www.couponbirds.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.couponbirds.com/smilegive
सहायता पृष्ठ URL https://www.couponbirds.com/us/contact-us
गोपनीयता नीति पृष्ठ URL https://www.couponbirds.com/us/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmileGive - Amazon Smile Redirect",
    "description": "Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool!",
    "version": "3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/smile.amazon.com\/*",
        "*:\/\/smile.amazon.co.uk\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "\/images\/color_logo_16.png",
        "32": "\/images\/color_logo_32.png",
        "48": "\/images\/color_logo_48.png",
        "128": "\/images\/color_logo_128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/smile.amazon.co.uk\/*"
            ],
            "js": [
                "\/dist\/js\/jquery.js",
                "\/dist\/js\/content-script.js"
            ],
            "css": [
                "\/dist\/css\/content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                ".\/dist\/js\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}