The Dump Trump Club

A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.

ما هو The Dump Trump Club؟

The Dump Trump Club هو إضافة Chrome تم تطويرها بواسطة Mack Flavelle، والميزة الرئيسية لها هي "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The Dump Trump Club

قم بتنزيل ملفات الامتداد The Dump Trump Club بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Dump Trump Club is a chrome extension that removes all mention of Donald Trump from every web page you visit. Instead we replace his name with one of our preferred terms.

If you have to ask why - this probably isn't for you.

Got suggestions for what to call Trump? Hit twitter with your ideas and the #thedumptrumpclub hashtag. We'll find the best and take it from there.                    

معلومات أساسية عن التمديد

الاسم The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
الوصف A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
حجم الملف 3.54 KB
عدد التثبيتات 32
النسخة الحالية 0.1
آخر تحديث 2016-02-25
تاريخ النشر 2016-02-25
تقييم 5.00/5 مجموع تقييمات 9
المطور Mack Flavelle
نوع الدفع free
موقع الإضافة http://thedumptrump.club
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Dump Trump Club",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}