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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Don't Pay Trump

قم بتنزيل ملفات الامتداد Don't Pay Trump بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة http://www.dontpaytrump.com/
عنوان صفحة سياسة الخصوصية 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"
}