Zombi avatar to little Pony switcher

Заменяет страшный аватар участника Zombi на милое пони.

What is Zombi avatar to little Pony switcher?

Zombi avatar to little Pony switcher is a Chrome extension developed by Emil Sabitov, and its main feature is "Заменяет страшный аватар участника Zombi на милое пони.".

Download Zombi avatar to little Pony switcher Extension CRX File

Download Zombi avatar to little Pony switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Позволяет заменять страшный аватар Zombi на милую поняшку. 
Рекомендовано для слабоневрных, чтобы не травмировать психику, а так же для детей, чтобы они сразу не начинали курить и пить.                    

Extension Basic Information

Name Zombi avatar to little Pony switcher Zombi avatar to little Pony switcher
ID animggkejonijokiokdiohnlaknoakkh
Official URL https://chrome.google.com/webstore/detail/zombi-avatar-to-little-po/animggkejonijokiokdiohnlaknoakkh
Description Заменяет страшный аватар участника Zombi на милое пони.
File Size 546 KB
Installation Count 23
Current Version 0.1.0
Last Updated 2015-02-22
Publish Date 2015-02-22
Rating 5.00/5 Total 3 Ratings
Developer Emil Sabitov
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zombi avatar to little Pony switcher",
    "version": "0.1.0",
    "offline_enabled": true,
    "description": "\u0417\u0430\u043c\u0435\u043d\u044f\u0435\u0442 \u0441\u0442\u0440\u0430\u0448\u043d\u044b\u0439 \u0430\u0432\u0430\u0442\u0430\u0440 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 Zombi \u043d\u0430 \u043c\u0438\u043b\u043e\u0435 \u043f\u043e\u043d\u0438.",
    "minimum_chrome_version": "12",
    "icons": {
        "128": "img\/Pony128.png",
        "256": "img\/Pony256.png",
        "512": "img\/Pony512.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}