Praise Be to Helix

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

Qu'est-ce que Praise Be to Helix ?

Praise Be to Helix est une extension Chrome développée par ranneyd, et sa fonction principale est "Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Praise Be to Helix

Téléchargez les fichiers d'extension Praise Be to Helix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Praise Be to Helix Praise Be to Helix
ID gonmdfngfjcldfoejpnmkeaggpnbpmlp
URL Officiel 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
Taille du Fichier 42.73 KB
Nombre d'Installations 180
Version Actuelle 2.1
Dernière Mise à Jour 2014-02-25
Date de Publication 2014-02-24
Évaluation 4.72/5 Total 36 Évaluations
Développeur ranneyd
Type de Paiement free
Langues Prises en Charge 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"
    }
}