Zombify this

Zombify the current page

O que é Zombify this?

Zombify this é uma extensão do Chrome desenvolvida por Tambet Masik, e sua principal característica é "Zombify the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Zombify this

Baixe arquivos de extensão Zombify this 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

                        "Zombiefy this" is the little brother of the upcoming platform blaster ZombieRun - zombierun.eu

Want something more? More blood, more zombies? Create an issue in github or add what you want and submit a pull request -https://github.com/tambet/zombify-this

================================

Sound effects from Dota-Allstars: http://www.dota-blog.com/2008/03/dota-allstars-sound-effects-free.html                    

Informações Básicas da Extensão

Nome Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
URL Oficial https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
Descrição Zombify the current page
Tamanho do Arquivo 600 KB
Contagem de Instalações 166
Versão Atual 1.6
Última Atualização 2014-04-03
Data de Publicação 2014-04-03
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor Tambet Masik
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zombify this",
    "short_name": "Zombify the current page",
    "description": "Zombify the current page",
    "version": "1.6",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Zombify this",
        "default_icon": "icon-19.png"
    },
    "web_accessible_resources": [
        "zombiewalk.png"
    ],
    "manifest_version": 2
}