Zombify this

Zombify the current page

Co je Zombify this?

Zombify this je rozšíření Chrome vyvinuté Tambet Masik, a jeho hlavní funkcí je „Zombify the current page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zombify this

Stáhněte si soubory rozšíření Zombify this ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        "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                    

Základní Informace o Rozšíření

Název Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
Oficiální URL https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
Popis Zombify the current page
Velikost souboru 600 KB
Počet instalací 166
Aktuální Verze 1.6
Poslední Aktualizace 2014-04-03
Datum Vydání 2014-04-03
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář Tambet Masik
Typ Platby free
Podporované Jazyky 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
}