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
官方網址 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"
    }
}