VK music download

Download your favorite music from vk

Qu'est-ce que VK music download ?

VK music download est une extension Chrome développée par shendizyaxel, et sa fonction principale est "Download your favorite music from vk".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VK music download

Téléchargez les fichiers d'extension VK music download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VK music download VK music download
ID djmjmieefdonghklbekdooomkcemekij
URL Officiel https://chromewebstore.google.com/detail/vk-music-download/djmjmieefdonghklbekdooomkcemekij
Description Download your favorite music from vk
Taille du Fichier 98.7 KB
Nombre d'Installations 4,588
Version Actuelle 1.7.8
Dernière Mise à Jour 2021-07-05
Date de Publication 2021-05-24
Évaluation 3.30/5 Total 23 Évaluations
Développeur shendizyaxel
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://poqdev.com/privacity
Langues Prises en Charge 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"
}