Praise Be to Helix
Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
What is Praise Be to Helix?
Praise Be to Helix is a Chrome extension developed by ranneyd, and its main feature is "Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil".
Extension Screenshots
Download Praise Be to Helix Extension CRX File
Download Praise Be to Helix 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
This extension replaces the word "God" (also "god") with the words "Lord Helix". It also replaces "Jesus" with "Bird Jesus" and "Satan" with "Dome Fossil". This is a ripoff of this app which is brilliant: https://chrome.google.com/webstore/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai Also, if you have not heard of Twitch Plays Pokemon yet, I pity you.
Extension Basic Information
Name | Praise Be to Helix |
ID | gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Official URL | https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Description | Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil |
File Size | 42.73 KB |
Installation Count | 180 |
Current Version | 2.1 |
Last Updated | 2014-02-25 |
Publish Date | 2014-02-24 |
Rating | 4.72/5 Total 36 Ratings |
Developer | ranneyd |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Replaces the word \"god\" with Lord Helix and \"Jesus\" with Bird Jesus and \"Satan\" with Dome Fossil", "manifest_version": 2, "name": "Praise Be to Helix", "version": "2.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |