Zombify this
Zombify the current page
Wat is Zombify this?
Zombify this is een Chrome-extensie ontwikkeld door Tambet Masik, en de belangrijkste functie is "Zombify the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie Zombify this
Download Zombify this-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
"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 Basisinformatie over de Extensie
| Naam | |
| ID | cnhoccmopcenkcpgaaajkemapcidioon |
| Officiële URL | https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon |
| Beschrijving | Zombify the current page |
| Bestandsgrootte | 600 KB |
| Aantal Installaties | 166 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2014-04-03 |
| Publicatiedatum | 2014-04-03 |
| Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Tambet Masik |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |