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.
扩展基本信息
名称 | 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" } } |