VK Next

The best add-on for VK with many features, some of which are exclusive.

What is VK Next?

VK Next is a Chrome extension developed by https://vknext.net, and its main feature is "The best add-on for VK with many features, some of which are exclusive.".

Extension Screenshots

screenshot

Download VK Next Extension CRX File

Download VK Next 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

                        Почему лучшее? Смотрите сами:
• превосходный набор функций, многие из которых являются уникальными и не встречаются в других расширениях;
• красивый дизайн в стиле VK и проработанный интерфейс;
• лучшая тёмная тема для ВКонтакте;
• и многое другое.

✅ Всю информацию о расширении читайте на нашем сайте vknext.net                    

Extension Basic Information

Name VK Next VK Next
ID jephanpkonkmnkekmlkcijdjgniikppl
Official URL https://chromewebstore.google.com/detail/vk-next/jephanpkonkmnkekmlkcijdjgniikppl
Description The best add-on for VK with many features, some of which are exclusive.
File Size 2.52 MB
Installation Count 10,000
Current Version 10.0.7
Last Updated 2024-02-27
Publish Date 2022-12-27
Rating 4.50/5 Total 60 Ratings
Developer https://vknext.net
Email [email protected]
Payment Type in_app
Extension Website https://vknext.net
Help Page URL https://vknext.net/help
Privacy Policy Page URL https://vknext.net/static/policy_en.html
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "101",
    "name": "VK Next",
    "short_name": "vknext",
    "description": "__MSG_extDescription__",
    "background": {
        "service_worker": "scripts\/5d041b63.vknext.js"
    },
    "default_locale": "ru",
    "action": {
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "24": "assets\/icon24.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "300": "assets\/icon300.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/vk.com\/*",
                "https:\/\/wonder.tau.vk.com\/*",
                "https:\/\/apollo.tau.vk.com\/*",
                "https:\/\/vk.ru\/*",
                "https:\/\/wonder.tau.vk.ru\/*",
                "https:\/\/apollo.tau.vk.ru\/*"
            ],
            "js": [
                "scripts\/6433b30.entry.vknext.js",
                "scripts\/367d3944.vknext.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/oauth.vk.com\/*",
                "https:\/\/login.vk.com\/*",
                "https:\/\/oauth.vk.ru\/*",
                "https:\/\/login.vk.ru\/*"
            ],
            "js": [
                "scripts\/936cda9b.vknext.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/connect.vk.com\/*",
                "https:\/\/id.vk.com\/*",
                "https:\/\/static.vk.com\/*",
                "https:\/\/platform.vk.com\/*",
                "https:\/\/connect.vk.ru\/*",
                "https:\/\/id.vk.ru\/*",
                "https:\/\/static.vk.ru\/*",
                "https:\/\/platform.vk.ru\/*",
                "https:\/\/*\/*vk_app_id=*"
            ],
            "js": [
                "scripts\/84da93b2.vknext.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "scripting",
        "downloads",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "version": "10.0.7"
}