Zombify this

Zombify the current page

Qu'est-ce que Zombify this ?

Zombify this est une extension Chrome développée par Tambet Masik, et sa fonction principale est "Zombify the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zombify this

Téléchargez les fichiers d'extension Zombify this au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        "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                    

Informations de Base sur l'Extension

Nom Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
URL Officiel https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
Description Zombify the current page
Taille du Fichier 600 KB
Nombre d'Installations 166
Version Actuelle 1.6
Dernière Mise à Jour 2014-04-03
Date de Publication 2014-04-03
Évaluation 3.00/5 Total 3 Évaluations
Développeur Tambet Masik
Type de Paiement free
Langues Prises en Charge 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
}