Zombify this

Zombify the current page

Что такое Zombify this?

Zombify this - это расширение Chrome, разработанное Tambet Masik, и его основная функция - "Zombify the current page".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Zombify this

Скачайте файлы расширений Zombify this в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        "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                    

Основная информация о расширении

Название Zombify this Zombify this
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
}