Zombify this

Zombify the current page

Was ist Zombify this?

Zombify this ist eine Chrome-Erweiterung, die von Tambet Masik entwickelt wurde, und ihr Hauptmerkmal ist "Zombify the current page".

Erweiterungsscreenshots

screenshot

Zombify this-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zombify this-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        "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                    

Grundlegende Informationen zur Erweiterung

Name Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
Offizielle URL https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
Beschreibung Zombify the current page
Dateigröße 600 KB
Installationsanzahl 166
Aktuelle Version 1.6
Letztes Update 2014-04-03
Veröffentlichungsdatum 2014-04-03
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler Tambet Masik
Zahlungsart free
Unterstützte Sprachen 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
}