VK Messages Fix
Restore manual management of unread status for incoming messages and other tweaks
What is VK Messages Fix?
VK Messages Fix is a Chrome extension developed by Dmitry Gusarov, and its main feature is "Restore manual management of unread status for incoming messages and other tweaks".
Extension Screenshots
Download VK Messages Fix Extension CRX File
Download VK Messages Fix 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
ВНИМАНИЕ, ПЛАГИН ЕЩЕ В РАЗРАБОТКЕ После обновления системы сообщений в марте 2014 1) сообщения стали автоматически отмечаться прочитанными, если открыт и активен чат. 2) не издаётся звук входящего сообщения, если чат активен (например как и в скайпе). Эти 2 изменения многим не нравятся, поэтому предлагаю вам возможность опционально вернуть ручное управление состоянием прочитанности сообщений (мышью или началом ввода или холостым нажатием Ctrl/Shift), а так же звук на входящие. Плагин позволяет как просто отключить все нововведения (на данный момент вк может работать как в старом так и в новом режиме), так и изменить поведение нового интерфейса.
Extension Basic Information
Name | |
ID | kfkefagdoboefbdnkimkdemjhflokodk |
Official URL | https://chromewebstore.google.com/detail/vk-messages-fix/kfkefagdoboefbdnkimkdemjhflokodk |
Description | Restore manual management of unread status for incoming messages and other tweaks |
File Size | 91.31 KB |
Installation Count | 18 |
Current Version | 1.4 |
Last Updated | 2014-03-14 |
Publish Date | 2014-03-14 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Dmitry Gusarov |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "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" ] } |