Terrorists to Communists
Replaces terrorists with communists
什麼是Terrorists to Communists?
Terrorists to Communists是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Replaces terrorists with communists”。
擴展截圖
下載Terrorists to Communists擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | pddpoicomcfeklpandjbocolimheohcn | 
| 官方網址 | 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"
    }
}  |  |