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
官方網址 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"
    }
}