Zombify this

Zombify the current page

Zombify this là gì?

Zombify this là một tiện ích mở rộng Chrome được phát triển bởi Tambet Masik, và tính năng chính của nó là "Zombify the current page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zombify this

Tải xuống các tệp mở rộng Zombify this dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
URL Chính Thức https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
Mô tả Zombify the current page
Kích Thước Tệp 600 KB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2014-04-03
Ngày Phát Hành 2014-04-03
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Tambet Masik
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}