VK friends manager
Vkontakte friends management extension
VK friends managerとは何ですか?
VK friends managerはuzerによって開発されたChromeの拡張機能で、その主な機能は「Vkontakte friends management extension」です。
拡張機能のスクリーンショット
VK friends manager拡張機能のCRXファイルをダウンロード
VK friends manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | jlkcnjddcnmkalophafebfmjkkaakfpc |
| 公式URL | https://chromewebstore.google.com/detail/vk-friends-manager/jlkcnjddcnmkalophafebfmjkkaakfpc |
| 説明 | Vkontakte friends management extension |
| ファイルサイズ | 50.14 KB |
| インストール数 | 939 |
| 現在のバージョン | 1.2.4 |
| 最終更新日 | 2020-01-11 |
| 公開日 | 2020-01-09 |
| 評価 | 4.19/5 合計 16 レビュー |
| 開発者 | uzer |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://vk.com/club45734332 |
| ヘルプページのURL | http://vk.com/club45734332 |
| 対応言語 | 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"
} | |