VKtoggler

Easy extension to work with several VK.com-profiles for one web-browser

What is VKtoggler?

VKtoggler is a Chrome extension developed by D1w.4, and its main feature is "Easy extension to work with several VK.com-profiles for one web-browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download VKtoggler Extension CRX File

Download VKtoggler 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

                        You don’t need to enter passwords everytime. Add all of your accounts and switch between it with a single click.
It’s useful if you have some few profiles VK.com or there are only one computer in your family. You'll never be confused web-browsers, because switch between it is easier than turn the page.                    

Extension Basic Information

Name VKtoggler VKtoggler
ID pjinjbabalpmgblcehgfignmnblmgdie
Official URL https://chromewebstore.google.com/detail/vktoggler/pjinjbabalpmgblcehgfignmnblmgdie
Description Easy extension to work with several VK.com-profiles for one web-browser
File Size 333 KB
Installation Count 53
Current Version 1.1.3
Last Updated 2016-07-05
Publish Date 2016-07-05
Rating 2.82/5 Total 11 Ratings
Developer D1w.4
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VKtoggler",
    "short_name": "VKT",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "__MSG_mdesc__",
    "author": "D1w.4",
    "default_locale": "en",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "VKtoggler",
        "default_popup": "data\/templates\/popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "tabs",
        "*:\/\/*.vk.com\/*",
        "http:\/\/api.vkontakte.ru\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}