Trump2Poop

Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.

Trump2Poopคืออะไร?

Trump2Poop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve M. Romain และคุณลักษณะหลักของมันคือ "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump2Poop

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

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

                        Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man.

Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.                    

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

ชื่อ Trump2Poop Trump2Poop
ID kdkbjajjmloepgdifkhfcnjibpheholg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg
คำอธิบาย Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 0.0.1.1
อัปเดตครั้งล่าสุด 2015-08-10
วันที่เผยแพร่ 2015-08-10
คะแนน 4.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Steve M. Romain
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump2Poop",
    "version": "0.0.1.1",
    "manifest_version": 2,
    "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.",
    "icons": {
        "16": "images\/poop2.16.png",
        "48": "images\/poop2.48.png",
        "128": "images\/poop2.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/poop1.jpg",
        "images\/poop2.jpg"
    ]
}