WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
VK Messages Fix

VK Messages Fix

View on Chrome Web Store
View VK Messages Fix Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (2 ratings)
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Restore manual management of unread status for incoming messages and other tweaks
Type
Extension
Users
4 users
1
Dmitry Gusarov
View author page of Dmitry Gusarov
Published
Published on March 10, 2014
Version 1.4
Manifest version
2
Updated
Updated on March 14, 2014
lifestyle/social
Extension Category
View on Chrome Web Store
View VK Messages Fix Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK Messages Fix",
    "short_name": "VK Messages Fix",
    "version": "1.4",
    "options_page": "options.html",
    "description": "__MSG_manifestdescription__",
    "default_locale": "en",
    "icons": {
        "64": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.vk.com\/*"
            ],
            "js": [
                "jquery-1.8.3.js",
                "injector.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.vk.com\/*"
            ],
            "js": [
                "jquery-1.8.3.js",
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js",
        "jquery-1.8.3.js"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top