Don't Pay Trump

The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump’s tiny hands.

Don't Pay Trump क्या है?

Don't Pay Trump http://dontpaytrump.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump’s tiny hands."।

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

screenshot
screenshot
screenshot

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

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

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

                        Resist Trump by refusing to give him and his family your money. You can force businesses to put pressure on his administration by affecting their bottom line. 

The Don't Pay Trump extension helps you avoid Trump-related businesses by alerting you when you land on a website that supports Trump. It also gives you the option to jump to an alternative site that is not affiliated with Trump, and/or tweet a complaint directly to the company that supports Trump. 

Hit Trump where it hurts most – his wallet.

Disclaimer:
Don't Pay Trump does not track your browser activity or store any private information about you. We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout                    

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

नाम Don't Pay Trump Don't Pay Trump
ID hnabeofjicpfonofmomeehhaecnfnnhg
आधिकारिक URL https://chrome.google.com/webstore/detail/dont-pay-trump/hnabeofjicpfonofmomeehhaecnfnnhg
विवरण The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump’s tiny hands.
फ़ाइल का आकार 3.65 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.9.2
अंतिम अपडेट 2017-02-11
प्रकाशन तिथि 2017-02-11
रेटिंग 4.73/5 कुल 89 रेटिंग्स
डेवलपर http://dontpaytrump.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.dontpaytrump.com/
सहायता पृष्ठ URL http://www.dontpaytrump.com/
गोपनीयता नीति पृष्ठ URL http://dontpaytrump.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Don't Pay Trump",
    "description": "The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump\u2019s tiny hands.",
    "version": "1.9.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            ".\/lib\/event.js"
        ],
        "persistent": false
    },
    "icons": {
        "24": ".\/assets\/red-24.png",
        "48": ".\/assets\/red-48.png",
        "128": ".\/assets\/red-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/main.js"
            ],
            "css": [
                "lib\/main.css",
                "lib\/popup.css",
                "fonts.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation"
    ],
    "page_action": {
        "default_popup": ".\/index.popup.html",
        "default_title": "Don't Pay Trump",
        "default_icon": {
            "24": ".\/assets\/red-24.png",
            "48": ".\/assets\/red-48.png",
            "128": ".\/assets\/red-128.png"
        }
    },
    "web_accessible_resources": [
        "lib\/main.css",
        "lib\/popup.css",
        "options.html"
    ],
    "options_page": "options.html"
}