Never Not Smile

Never forget to send a portion of your Amazon purchases to a charity ever again.

Never Not Smile क्या है?

Never Not Smile https://nevernotsmile.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never forget to send a portion of your Amazon purchases to a charity ever again."।

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

screenshot

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

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

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

                        Don't let donations go to waste because you forgot to switch to the Smile website before making a purchase on Amazon. We'll do all of the remembering for you - just switch on our extension and we'll automatically make sure you checkout with Smile so that you always send a portion of your purchase to your favorite charity.                    

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

नाम Never Not Smile Never Not Smile
ID jkedlekjmjljhhjckdjbiefjbkalpckc
आधिकारिक URL https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc
विवरण Never forget to send a portion of your Amazon purchases to a charity ever again.
फ़ाइल का आकार 275 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-04-17
प्रकाशन तिथि 2019-04-17
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://nevernotsmile.org
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nevernotsmile.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Never forget to send a portion of your Amazon purchases to a charity ever again.",
    "version": "1.0.0",
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/active_32.png",
            "38": "img\/active_38.png",
            "64": "img\/active_64.png",
            "128": "img\/active_128.png",
            "256": "img\/active_256.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Never Not Smile"
    },
    "icons": {
        "32": "img\/active_32.png",
        "38": "img\/active_38.png",
        "64": "img\/active_64.png",
        "128": "img\/active_128.png",
        "256": "img\/active_256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Never Not Smile",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*"
    ]
}