Trump to Festering Anus

Replaces the text 'Donald Trump' with 'Festering Anus'.

Trump to Festering Anusคืออะไร?

Trump to Festering Anus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drunken Sasquatch และคุณลักษณะหลักของมันคือ "Replaces the text 'Donald Trump' with 'Festering Anus'."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump to Festering Anus

ดาวน์โหลดไฟล์ส่วนขยาย Trump to Festering Anus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. 

Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism?
 
Regardless (or irregardless as a Trump supporter might say), you should just install this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trump to Festering Anus Trump to Festering Anus
ID bcgcnhpijehppimfgpodckmnlnlhmeje
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje
คำอธิบาย Replaces the text 'Donald Trump' with 'Festering Anus'.
ขนาดไฟล์ 26.98 KB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2015-12-28
วันที่เผยแพร่ 2015-12-28
คะแนน 4.76/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Drunken Sasquatch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Festering Anus",
    "short_name": "T2A",
    "version": "1.5",
    "icons": {
        "128": "trump-head.png"
    },
    "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}