Terrorist to Coward

Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.

Terrorist to Cowardคืออะไร?

Terrorist to Coward เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mack Flavelle และคุณลักษณะหลักของมันคือ "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them."

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

screenshot

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

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

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

                        Terrorists are cowards. That is what they should be called.

This chrome extension changes the word terrorist (and variations of) to coward on web pages.                    

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

ชื่อ Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
คำอธิบาย Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
ขนาดไฟล์ 36.08 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2016-02-26
วันที่เผยแพร่ 2016-02-25
คะแนน 4.89/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Mack Flavelle
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrorist to Coward",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}