DEMONWEB

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

O que é DEMONWEB?

DEMONWEB é uma extensão do Chrome desenvolvida por kiandbradley, e sua principal característica é "HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DEMONWEB

Baixe arquivos de extensão DEMONWEB no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DEMONWEB DEMONWEB
ID fofpmecmmgmnkdgkoaopijheaochbdnk
URL Oficial https://chromewebstore.google.com/detail/demonweb/fofpmecmmgmnkdgkoaopijheaochbdnk
Descrição HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.
Tamanho do Arquivo 20.48 MB
Contagem de Instalações 24
Versão Atual 6.6.6
Última Atualização 2014-04-13
Data de Publicação 2014-04-12
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor kiandbradley
Tipo de Pagamento free
Idiomas Suportados 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"
            }
        }
    }
}