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是由Mack Flavelle开发的Chrome扩展程序,该扩展的主要功能是“Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.”。

扩展截图

screenshot

下载Terrorist to Coward扩展crx文件

下载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
        }
    ]
}