Fear Mongering Shithead

Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.

什么是Fear Mongering Shithead?

Fear Mongering Shithead是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.”。

扩展截图

screenshot

下载Fear Mongering Shithead扩展crx文件

下载Fear Mongering Shithead扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.  A fork of Some Rich Asshole                    

扩展基本信息

名称 Fear Mongering Shithead Fear Mongering Shithead
ID hkgpjbjehhennbkmmhhoelofdhhcfhfk
官方URL https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk
简介 Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
文件大小 34.96 KB
安装次数 11
当前版本 1.0
更新时间 2015-10-16
上架时间 2015-10-16
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fear Mongering Shithead",
    "version": "1.0",
    "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}