Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

Replace Trump Cabinet with Death Eatersคืออะไร?

Replace Trump Cabinet with Death Eaters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Hill และคุณลักษณะหลักของมันคือ "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace Trump Cabinet with Death Eaters

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

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

                        This is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

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

ชื่อ Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
คำอธิบาย A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
ขนาดไฟล์ 3.43 MB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-03-19
วันที่เผยแพร่ 2017-03-18
คะแนน 4.76/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Kevin Hill
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}