VK music download
Download your favorite music from vk
VK music download क्या है?
VK music download shendizyaxel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your favorite music from vk"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VK music download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | VK music download |
ID | djmjmieefdonghklbekdooomkcemekij |
आधिकारिक URL | https://chromewebstore.google.com/detail/vk-music-download/djmjmieefdonghklbekdooomkcemekij |
विवरण | Download your favorite music from vk |
फ़ाइल का आकार | 98.7 KB |
स्थापना संख्या | 4,588 |
वर्तमान संस्करण | 1.7.8 |
अंतिम अपडेट | 2021-07-05 |
प्रकाशन तिथि | 2021-05-24 |
रेटिंग | 3.30/5 कुल 23 रेटिंग्स |
डेवलपर | shendizyaxel |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://poqdev.com/privacity |
समर्थित भाषाएँ | 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", " |