VK music download

Download your favorite music from vk

Cos'è VK music download?

VK music download è un'estensione di Chrome sviluppata da shendizyaxel, e la sua funzione principale è "Download your favorite music from vk".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VK music download

Scarica i file di estensione VK music download 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

                        VKontakte paintings and videos are saved with a peculiar name, confirmed on the public network. It is also possible to run samples of songs and playlists by clicking on the button "Download all"

The sequel does not cover advertisements and suspicious scripts, which can shame your individual data. You are given the opportunity to verify this by reviewing with the help of our extension.

The extension icons are inscribed on the vk public socket and are not distracting.                    

Informazioni di Base sull'Estensione

Nome VK music download VK music download
ID djmjmieefdonghklbekdooomkcemekij
URL Ufficiale https://chromewebstore.google.com/detail/vk-music-download/djmjmieefdonghklbekdooomkcemekij
Descrizione Download your favorite music from vk
Dimensione del File 98.7 KB
Conteggio Installazioni 4,588
Versione Corrente 1.7.8
Ultimo Aggiornamento 2021-07-05
Data di Pubblicazione 2021-05-24
Valutazione 3.30/5 Totale 23 Valutazioni
Sviluppatore shendizyaxel
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://poqdev.com/privacity
Lingue Supportate en,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/bg.js",
            "js\/app.build.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_titleDefault__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "assets\/css\/vk_style.css",
                "assets\/css\/build.min.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/build.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.8"
}