DEMONWEB

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

DEMONWEB क्या है?

DEMONWEB kiandbradley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DEMONWEB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            }
        }
    }
}