Lord Harambe
Replaces all instances of 'God' with 'Harambe'. Dicks out
What is Lord Harambe?
Lord Harambe is a Chrome extension developed by SirSidis, and its main feature is "Replaces all instances of 'God' with 'Harambe'. Dicks out".
Extension Screenshots
Download Lord Harambe Extension CRX File
Download Lord Harambe 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 all instances of the word 'God' with 'Harambe', our dearly departed friend
Extension Basic Information
Name | Lord Harambe |
ID | dkjlnnadnhioppalkdangjmfeppakfep |
Official URL | https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep |
Description | Replaces all instances of 'God' with 'Harambe'. Dicks out |
File Size | 8.67 KB |
Installation Count | 78 |
Current Version | 1.0 |
Last Updated | 2016-07-25 |
Publish Date | 2016-07-25 |
Rating | 4.50/5 Total 12 Ratings |
Developer | SirSidis |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lord Harambe", "description": "Replaces all instances of 'God' with 'Harambe'. Dicks out", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |