Zombify this
Zombify the current page
Hvad er Zombify this?
Zombify this er en Chrome-udvidelse udviklet af Tambet Masik, og dens hovedfunktion er "Zombify the current page".
Udvidelsesskærmbilleder
Download Zombify this-udvidelses-CRX-fil
Download Zombify this-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
"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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cnhoccmopcenkcpgaaajkemapcidioon |
Officiel URL | https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon |
Beskrivelse | Zombify the current page |
Filstørrelse | 600 KB |
Antal Installationer | 166 |
Nuværende Version | 1.6 |
Senest Opdateret | 2014-04-03 |
Udgivelsesdato | 2014-04-03 |
Bedømmelse | 3.00/5 Samlet 3 Bedømmelser |
Udvikler | Tambet Masik |
Betalingsmetode | free |
Understøttede Sprog | 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 } |