Terrorists to Communists

Replaces terrorists with communists

Terrorists to Communistsคืออะไร?

Terrorists to Communists เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces terrorists with communists"

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

screenshot
screenshot

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

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

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

                        Communists are scary. But what's even scarier than communists? COMMUNISTS.

The Red Scare returns, coming soon to a browser near you. McCarthyism, the Chrome extension.                    

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

ชื่อ Terrorists to Communists Terrorists to Communists
ID pddpoicomcfeklpandjbocolimheohcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn
คำอธิบาย Replaces terrorists with communists
ขนาดไฟล์ 52.86 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-10-18
วันที่เผยแพร่ 2015-10-18
คะแนน 2.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ChimeraCoder/terrorists-to-communists
URL หน้าช่วยเหลือ https://github.com/ChimeraCoder/terrorists-to-communists/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Terrorists to Communists",
    "version": "1.0",
    "description": "Replaces terrorists with communists",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Source\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}