VK friends manager

Vkontakte friends management extension

Cos'è VK friends manager?

VK friends manager è un'estensione di Chrome sviluppata da uzer, e la sua funzione principale è "Vkontakte friends management extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VK friends manager

Scarica i file di estensione VK friends manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VK friends manager VK friends manager
ID jlkcnjddcnmkalophafebfmjkkaakfpc
URL Ufficiale https://chromewebstore.google.com/detail/vk-friends-manager/jlkcnjddcnmkalophafebfmjkkaakfpc
Descrizione Vkontakte friends management extension
Dimensione del File 50.14 KB
Conteggio Installazioni 939
Versione Corrente 1.2.4
Ultimo Aggiornamento 2020-01-11
Data di Pubblicazione 2020-01-09
Valutazione 4.19/5 Totale 16 Valutazioni
Sviluppatore uzer
Tipo di Pagamento free
Sito Web dell'Estensione http://vk.com/club45734332
URL della Pagina di Aiuto http://vk.com/club45734332
Lingue Supportate 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"
}