VK old-unread

Небольшое расширение, призванное сделать новый дизайн ВК чуточку лучше.

What is VK old-unread?

VK old-unread is a Chrome extension developed by dmitriyt.st, and its main feature is "Небольшое расширение, призванное сделать новый дизайн ВК чуточку лучше.".

Extension Screenshots

screenshot

Download VK old-unread Extension CRX File

Download VK old-unread 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 VK old-unread VK old-unread
ID gfnfjhhglplmofpjpcceiedkcjapfcml
Official URL https://chromewebstore.google.com/detail/vk-old-unread/gfnfjhhglplmofpjpcceiedkcjapfcml
Description Небольшое расширение, призванное сделать новый дизайн ВК чуточку лучше.
File Size 10.26 KB
Installation Count 127
Current Version 1.2.0.3
Last Updated 2016-09-25
Publish Date 2016-09-25
Rating 1.67/5 Total 6 Ratings
Developer dmitriyt.st
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VK old-unread",
    "version": "1.2.0.3",
    "description": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435, \u043f\u0440\u0438\u0437\u0432\u0430\u043d\u043d\u043e\u0435 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0412\u041a \u0447\u0443\u0442\u043e\u0447\u043a\u0443 \u043b\u0443\u0447\u0448\u0435.",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/vkou.js",
        "\/vkou_lib.js",
        "\/manifest.json",
        "\/oldbg.css",
        "\/newbg.css"
    ]
}