DEMONWEB

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

DEMONWEB là gì?

DEMONWEB là một tiện ích mở rộng Chrome được phát triển bởi kiandbradley, và tính năng chính của nó là "HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DEMONWEB

Tải xuống các tệp mở rộng DEMONWEB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DEMONWEB DEMONWEB
ID fofpmecmmgmnkdgkoaopijheaochbdnk
URL Chính Thức https://chromewebstore.google.com/detail/demonweb/fofpmecmmgmnkdgkoaopijheaochbdnk
Mô tả HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.
Kích Thước Tệp 20.48 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 6.6.6
Cập Nhật Lần Cuối 2014-04-13
Ngày Phát Hành 2014-04-12
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển kiandbradley
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}