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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}