VK+ Switcher

Lets you easily switch between multiple Vkontakte and other social networks accounts.

VK+ Switcher là gì?

VK+ Switcher là một tiện ích mở rộng Chrome được phát triển bởi https://vkswitcher.uzer.com.ua, và tính năng chính của nó là "Lets you easily switch between multiple Vkontakte and other social networks accounts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VK+ Switcher

Tải xuống các tệp mở rộng VK+ Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        If you have for some purposes many accounts in Vkontakte or other social network and got bored using multiple browsers or loggin in/out between accounts, this extension is for you! Locate all your accouts in one browser and switch between them in an easiest way.
Now works in Opera!

FEATURES
Work in different accounts simultaneously (in different browser tabs).
Quick Vkontakte, Facebook, Twitter, Mail.ru, Odnoklassniki and Google profiles switching
Customizable hotkeys, working in almost all browser pages
Profiles ordering
Import/export profiles

Changelog
2.1.6
 - Fix request handling for Chrome 72+
2.1.5
  - Fix hotkey handler
2.1.4
  - Fix profile switching bug
2.1.3
  - bugfixes
2.1.2
  - version for Opera released
  - fixed some bugs in simultaneous usage of accounts 
2.1.0
  - Google accounts support added
2.0.1
  - new feature
  - minor bugfixes
1.4.4
  - previous version bugfixes
1.3.0
  - changes according new browser security policy
1.2.7
  - fixed Facebook support
  - fixed bugs with profiles creation and reordering
  - other minor fixes
1.2.4
  - small fixes in hotkeys
1.2.3
  NEW:
  - profiles ordering
  - import/export
  - tooltips for hotkeys
  - description for hotkeys in options window
  - open options after first install
  - link to options in popup window
  - interactive help
  - active tab detection
  FIXES:
  - hotkeys
  - fix problems with long profile names display
  - one more bug with deleting profile
  - bug with switching by hotkeys
1.1.1
  - hotfix for bug with hotkeys
1.1.0
  - added basic support of hotkeys
1.0.6
  - fixed bug with deleting non-last profile
1.0.5
  - some bugs fixed
1.0.4
  - first release

Vk group
http://vk.com/club36690152

Bug tracker
http://code.google.com/p/vk-switcher/issues/list                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VK+ Switcher VK+ Switcher
ID lfojgmgodcgmjoiokklgmailddgolmda
URL Chính Thức https://chromewebstore.google.com/detail/vk+-switcher/lfojgmgodcgmjoiokklgmailddgolmda
Mô tả Lets you easily switch between multiple Vkontakte and other social networks accounts.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 2,572
Phiên Bản Hiện Tại 2.1.7
Cập Nhật Lần Cuối 2020-04-04
Ngày Phát Hành 2020-03-30
Đánh Giá 3.68/5 Tổng số 80 Đánh Giá
Nhà Phát Triển https://vkswitcher.uzer.com.ua
Loại Thanh Toán free
Trang Web Mở Rộng http://vk.com/vk_switcher
URL Trang Trợ Giúp http://vk.com/vk_switcher
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/hotkeys.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "*:\/\/vk.com\/",
        "*:\/\/facebook.com\/",
        "*:\/\/twitter.com\/",
        "*:\/\/my.mail.ru\/",
        "*:\/\/ok.ru\/",
        "*:\/\/google.com\/",
        "*:\/\/youtube.com\/",
        "*:\/\/.vk.com\/",
        "*:\/\/*.vk.com\/",
        "*:\/\/.facebook.com\/",
        "*:\/\/*.facebook.com\/",
        "*:\/\/.www.facebook.com\/",
        "*:\/\/on.fb.me\/",
        "*:\/\/.on.fb.me\/",
        "*:\/\/*.on.fb.me\/",
        "*:\/\/.twitter.com\/",
        "*:\/\/*.twitter.com\/",
        "*:\/\/.api.twitter.com\/",
        "*:\/\/*.api.twitter.com\/",
        "*:\/\/.scribe.twitter.com\/",
        "*:\/\/*.scribe.twitter.com\/",
        "*:\/\/.my.mail.ru\/",
        "*:\/\/*.my.mail.ru\/",
        "*:\/\/.mycomet.my.mail.ru\/",
        "*:\/\/*.mycomet.my.mail.ru\/",
        "*:\/\/.ok.ru\/",
        "*:\/\/*.ok.ru\/",
        "*:\/\/.google.com\/",
        "*:\/\/*.google.com\/",
        "*:\/\/.youtube.com\/",
        "*:\/\/*.youtube.com\/",
        "*:\/\/google.com.ua\/",
        "*:\/\/.google.com.ua\/",
        "*:\/\/*.google.com.ua\/",
        "*:\/\/google.ru\/",
        "*:\/\/.google.ru\/",
        "*:\/\/*.google.ru\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.7"
}