VK music download
Download your favorite music from vk
Vad är VK music download?
VK music download är en Chrome-tillägg utvecklad av shendizyaxel, och dess huvudfunktion är "Download your favorite music from vk".
Tilläggsskärmbilder
Ladda ner VK music download-förlängningens CRX-fil
Ladda ner VK music download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | VK music download |
ID | djmjmieefdonghklbekdooomkcemekij |
Officiell webbadress | https://chromewebstore.google.com/detail/vk-music-download/djmjmieefdonghklbekdooomkcemekij |
Beskrivning | Download your favorite music from vk |
Filstorlek | 98.7 KB |
Antal Installationer | 4,588 |
Aktuell Version | 1.7.8 |
Senast Uppdaterad | 2021-07-05 |
Publiceringsdatum | 2021-05-24 |
Betyg | 3.30/5 Totalt 23 Betyg |
Utvecklare | shendizyaxel |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://poqdev.com/privacity |
Stödda Språk | 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", " |