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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}