Клубок для ВКонтакте

Ваши любимые сообщества ВКонтакте.

What is Клубок для ВКонтакте?

Клубок для ВКонтакте is a Chrome extension developed by Kefir, and its main feature is "Ваши любимые сообщества ВКонтакте.".

Extension Screenshots

screenshot

Download Клубок для ВКонтакте Extension CRX File

Download Клубок для ВКонтакте 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

                        Приложение "Клубок" добавляет возможность быстрого доступа к Вашим любимым страницам социальной сети "ВКонтакте".                    

Extension Basic Information

Name Клубок для ВКонтакте Клубок для ВКонтакте
ID kjedlbiepjgpjpccnenlodidklhciaha
Official URL https://chromewebstore.google.com/detail/%D0%BA%D0%BB%D1%83%D0%B1%D0%BE%D0%BA-%D0%B4%D0%BB%D1%8F-%D0%B2%D0%BA%D0%BE%D0%BD%D1%82%D0%B0%D0%BA%D1%82%D0%B5/kjedlbiepjgpjpccnenlodidklhciaha
Description Ваши любимые сообщества ВКонтакте.
File Size 119 KB
Installation Count 17
Current Version 0.24
Last Updated 2014-12-06
Publish Date 2014-12-06
Rating 3.40/5 Total 5 Ratings
Developer Kefir
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u041a\u043b\u0443\u0431\u043e\u043a \u0434\u043b\u044f \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "version": "0.24",
    "description": "\u0412\u0430\u0448\u0438 \u043b\u044e\u0431\u0438\u043c\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430 \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435.",
    "icons": {
        "16": "icons\/icn_64.png",
        "48": "icons\/icn_64.png",
        "128": "icons\/icn_128.png"
    },
    "permissions": [
        "http:\/\/www.vk.com\/*"
    ],
    "browser_action": {
        "default_title": "\u041a\u043b\u0443\u0431\u043e\u043a",
        "default_icon": "icons\/icn_128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*",
                "http:\/\/vk.com\/*"
            ],
            "css": [
                "css\/core.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/core.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html"
}