Praise Be to Helix

Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil

Was ist Praise Be to Helix?

Praise Be to Helix ist eine Chrome-Erweiterung, die von ranneyd entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Praise Be to Helix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Praise Be to Helix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Praise Be to Helix Praise Be to Helix
ID gonmdfngfjcldfoejpnmkeaggpnbpmlp
Offizielle URL https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp
Beschreibung Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
Dateigröße 42.73 KB
Installationsanzahl 180
Aktuelle Version 2.1
Letztes Update 2014-02-25
Veröffentlichungsdatum 2014-02-24
Bewertung 4.72/5 Insgesamt 36 Bewertungen
Entwickler ranneyd
Zahlungsart free
Unterstützte Sprachen 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"
    }
}