Zombify this
Zombify the current page
Apa itu Zombify this?
Zombify this adalah ekstensi Chrome yang dikembangkan oleh Tambet Masik, dan fitur utamanya adalah "Zombify the current page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zombify this
Unduh file ekstensi Zombify this dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
"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
Informasi Dasar Ekstensi
Nama | |
ID | cnhoccmopcenkcpgaaajkemapcidioon |
URL Resmi | https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon |
Deskripsi | Zombify the current page |
Ukuran File | 600 KB |
Jumlah Instalasi | 166 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2014-04-03 |
Tanggal Publikasi | 2014-04-03 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | Tambet Masik |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |