Ночной дизайн ВКонтакте | VK Night Design

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

What is Ночной дизайн ВКонтакте | VK Night Design?

Ночной дизайн ВКонтакте | VK Night Design is a Chrome extension developed by https://ammendorff.000webhostapp.com, and its main feature is "Ночной дизайн ВКонтакте — расширение, которое позволит вам сделать ВКонтакте более приятным и ночным".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ночной дизайн ВКонтакте | VK Night Design Extension CRX File

Download Ночной дизайн ВКонтакте | VK Night Design 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 Night Design Ночной дизайн ВКонтакте | VK Night Design
ID gdjmjmihfeigjnjnfflcokaphjncaodg
Official URL https://chromewebstore.google.com/detail/%D0%BD%D0%BE%D1%87%D0%BD%D0%BE%D0%B9-%D0%B4%D0%B8%D0%B7%D0%B0%D0%B9%D0%BD-%D0%B2%D0%BA%D0%BE%D0%BD%D1%82%D0%B0%D0%BA%D1%82%D0%B5-v/gdjmjmihfeigjnjnfflcokaphjncaodg
Description Ночной дизайн ВКонтакте — расширение, которое позволит вам сделать ВКонтакте более приятным и ночным
File Size 1.36 MB
Installation Count 23
Current Version 5.3.9
Last Updated 2022-04-20
Publish Date 2020-07-03
Rating 5.00/5 Total 2 Ratings
Developer https://ammendorff.000webhostapp.com
Email [email protected]
Payment Type free
Extension Website https://mproger.ru/all/nochnoy-dizayn-vkontakte/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u041d\u043e\u0447\u043d\u043e\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 | VK Night Design",
    "short_name": "\u041d\u043e\u0447\u043d\u043e\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 | VK Night Design",
    "description": "\u041d\u043e\u0447\u043d\u043e\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u2014 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u0432\u0430\u043c \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u0431\u043e\u043b\u0435\u0435 \u043f\u0440\u0438\u044f\u0442\u043d\u044b\u043c \u0438 \u043d\u043e\u0447\u043d\u044b\u043c",
    "version": "5.3.9",
    "author": "Alexandr Stepanov",
    "homepage_url": "https:\/\/vk.com\/vk_night_design",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/popup_32.png"
        },
        "default_popup": "\/dist\/popup.html"
    },
    "background": {
        "scripts": [
            "files\/script\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/vk.com\/*",
        "*:\/\/*.vk.com\/*",
        "storage",
        "notifications",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*",
                "*:\/\/oauth.vk.com\/*",
                "*:\/\/id.vk.com\/*"
            ],
            "js": [
                "framework\/jquery-3.6.0.min.js",
                "files\/script\/styles.js",
                "files\/script\/inject.js",
                "files\/script\/core.js"
            ],
            "run_at": "document_start"
        }
    ]
}