Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
What is Fear Mongering Shithead?
Fear Mongering Shithead is a Chrome extension developed by Unknown, and its main feature is "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".
Extension Screenshots
Download Fear Mongering Shithead Extension CRX File
Download Fear Mongering Shithead extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. A fork of Some Rich Asshole
Extension Basic Information
Name | Fear Mongering Shithead |
ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk |
Official URL | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk |
Description | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. |
File Size | 34.96 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2015-10-16 |
Publish Date | 2015-10-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |