Praise Be to Helix

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

什么是Praise Be to Helix?

Praise Be to Helix是由ranneyd开发的Chrome扩展程序,该扩展的主要功能是“Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil”。

扩展截图

screenshot
screenshot
screenshot

下载Praise Be to Helix扩展crx文件

下载Praise Be to Helix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Praise Be to Helix Praise Be to Helix
ID gonmdfngfjcldfoejpnmkeaggpnbpmlp
官方URL https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp
简介 Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
文件大小 42.73 KB
安装次数 180
当前版本 2.1
更新时间 2014-02-25
上架时间 2014-02-24
评分 4.72/5 共36次评分
开发者 ranneyd
付费类型 free
支持的语言 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"
    }
}