Zombify this

Zombify the current page

Cos'è Zombify this?

Zombify this è un'estensione di Chrome sviluppata da Tambet Masik, e la sua funzione principale è "Zombify the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zombify this

Scarica i file di estensione Zombify this in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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                    

Informazioni di Base sull'Estensione

Nome Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
URL Ufficiale https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
Descrizione Zombify the current page
Dimensione del File 600 KB
Conteggio Installazioni 166
Versione Corrente 1.6
Ultimo Aggiornamento 2014-04-03
Data di Pubblicazione 2014-04-03
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore Tambet Masik
Tipo di Pagamento free
Lingue Supportate 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
}