DEMONWEB

HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.

DEMONWEB란 무엇입니까?

DEMONWEB은(는) kiandbradley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DEMONWEB 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Does your desire to serve the Dark Lord extend beyond simple pagan rituals? Do you ever feel compelled to express yourself in a greater way, to show that your devotion goes beyond? Now you can, with DEMONWEB, the new browser extension that changes the internet to reflect your sick, twisted, beautiful rituals. Disgusting images of families together are replaced with the five pointed Sigil of Baphomet staring you down, watching your browsing. Heavy metal plays in the background as you browse the web and plot the destruction of Christianity. The dark, gothic text shows to everyone how twisted you are.

Download DEMONWEB now. Give in to your desire. You're one step closer to power.                    

확장 프로그램 기본 정보

이름 DEMONWEB DEMONWEB
ID fofpmecmmgmnkdgkoaopijheaochbdnk
공식 URL https://chromewebstore.google.com/detail/demonweb/fofpmecmmgmnkdgkoaopijheaochbdnk
설명 HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.
파일 크기 20.48 MB
설치 횟수 24
현재 버전 6.6.6
최근 업데이트 2014-04-13
출시 날짜 2014-04-12
평점 4.56/5 총 9 개의 평점
개발자 kiandbradley
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DEMONWEB",
    "description": "HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.",
    "version": "6.6.6",
    "web_accessible_resources": [
        "resources\/*.png",
        "resources\/*.jpg",
        "resources\/*.gif",
        "resources\/*.ogg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "hell.css"
            ],
            "js": [
                "hell.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "resources\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "browser_action": {
                "default_icon": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}