VKMuz
Music downloader for vk.com
What is VKMuz?
VKMuz is a Chrome extension developed by krasnov.sergey.dev, and its main feature is "Music downloader for vk.com".
Download VKMuz Extension CRX File
Download VKMuz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds download link next to song. Extension Basic Information
| Name | |
| ID | bplbmakmnbojihlncollmknkmeochjmo |
| Official URL | https://chrome.google.com/webstore/detail/vkmuz/bplbmakmnbojihlncollmknkmeochjmo |
| Description | Music downloader for vk.com |
| File Size | 5.43 KB |
| Installation Count | 53 |
| Current Version | 1.0 |
| Last Updated | 2015-04-24 |
| Publish Date | 2015-04-24 |
| Rating | 1.00/5 Total 5 Ratings |
| Developer | krasnov.sergey.dev |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VKMuz",
"description": "Music downloader for vk.com",
"version": "1.0",
"permissions": [
"downloads"
],
"background": {
"scripts": [
"scripts\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/vk.com\/*"
],
"js": [
"scripts\/script.js"
],
"css": [
"content\/site.css"
]
}
]
} | |