Zombify this

Zombify the current page

What is Zombify this?

Zombify this is a Chrome extension developed by Tambet Masik, and its main feature is "Zombify the current page".

Extension Screenshots

screenshot

Download Zombify this Extension CRX File

Download Zombify this extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "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                    

Extension Basic Information

Name Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
Official URL https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
Description Zombify the current page
File Size 600 KB
Installation Count 166
Current Version 1.6
Last Updated 2014-04-03
Publish Date 2014-04-03
Rating 3.00/5 Total 3 Ratings
Developer Tambet Masik
Payment Type free
Supported Languages 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
}