VK friends manager
Vkontakte friends management extension
What is VK friends manager?
VK friends manager is a Chrome extension developed by uzer, and its main feature is "Vkontakte friends management extension".
Extension Screenshots
Download VK friends manager Extension CRX File
Download VK friends manager 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
Multifunctional friends manager. Supports work with private lists. Can to store lists, delete all friends or only with a list, restore the saved list of subscribers. Has a side effect in adding friends: unsubscribed friends gets friendship request.
Extension Basic Information
Name | VK friends manager |
ID | jlkcnjddcnmkalophafebfmjkkaakfpc |
Official URL | https://chromewebstore.google.com/detail/vk-friends-manager/jlkcnjddcnmkalophafebfmjkkaakfpc |
Description | Vkontakte friends management extension |
File Size | 50.14 KB |
Installation Count | 939 |
Current Version | 1.2.4 |
Last Updated | 2020-01-11 |
Publish Date | 2020-01-09 |
Rating | 4.19/5 Total 16 Ratings |
Developer | uzer |
Payment Type | free |
Extension Website | http://vk.com/club45734332 |
Help Page URL | http://vk.com/club45734332 |
Supported Languages | en,ru,uk |
manifest.json | |
{ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon-16.png", "default_title": "VK friends manager" }, "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "permissions": [ "http:\/\/vk.com\/*", "https:\/\/vk.com\/*" ], "default_locale": "ru", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.4" } |