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'.」です。
拡張機能のスクリーンショット
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 |
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" } } |