VKtoggler
Easy extension to work with several VK.com-profiles for one web-browser
什麼是VKtoggler?
VKtoggler是由D1w.4開發的Chrome擴展程式,該擴展的主要功能是“Easy extension to work with several VK.com-profiles for one web-browser”。
擴展截圖
下載VKtoggler擴展crx文件
下載VKtoggler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | VKtoggler |
ID | pjinjbabalpmgblcehgfignmnblmgdie |
官方網址 | https://chromewebstore.google.com/detail/vktoggler/pjinjbabalpmgblcehgfignmnblmgdie |
簡介 | Easy extension to work with several VK.com-profiles for one web-browser |
檔案大小 | 333 KB |
安裝次數 | 53 |
目前版本 | 1.1.3 |
更新時間 | 2016-07-05 |
上架時間 | 2016-07-05 |
評分 | 2.82/5 共 11 次評分 |
開發者 | D1w.4 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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'" } |