Tired of the world

Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.

Tired of the worldคืออะไร?

Tired of the world เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Russ Smith และคุณลักษณะหลักของมันคือ "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tired of the world

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

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

                        I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.                    

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

ชื่อ Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
คำอธิบาย Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
ขนาดไฟล์ 3.64 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-12-07
วันที่เผยแพร่ 2015-12-07
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Russ Smith
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/russ_sm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tired of the world",
    "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}