Zombify this
Zombify the current page
ما هو Zombify this؟
Zombify this هو إضافة Chrome تم تطويرها بواسطة Tambet Masik، والميزة الرئيسية لها هي "Zombify the current page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zombify this
قم بتنزيل ملفات الامتداد Zombify this بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"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
معلومات أساسية عن التمديد
الاسم | |
ID | cnhoccmopcenkcpgaaajkemapcidioon |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon |
الوصف | Zombify the current page |
حجم الملف | 600 KB |
عدد التثبيتات | 166 |
النسخة الحالية | 1.6 |
آخر تحديث | 2014-04-03 |
تاريخ النشر | 2014-04-03 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | Tambet Masik |
نوع الدفع | free |
اللغات المدعومة | 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 } |