Zombify this
Zombify the current page
Co to jest Zombify this?
Zombify this to rozszerzenie Chrome opracowane przez Tambet Masik, a jego główną funkcją jest „Zombify the current page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zombify this
Pobierz pliki rozszerzeń Zombify this w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
"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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cnhoccmopcenkcpgaaajkemapcidioon |
Oficjalny URL | https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon |
Opis | Zombify the current page |
Rozmiar pliku | 600 KB |
Liczba instalacji | 166 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2014-04-03 |
Data Publikacji | 2014-04-03 |
Ocena | 3.00/5 Łącznie 3 Oceny |
Deweloper | Tambet Masik |
Typ Płatności | free |
Obsługiwane Języki | 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 } |