Mine
Mine extension allows you to download music from vk.com
What is Mine?
Mine is a Chrome extension developed by Pavel Myagkov, and its main feature is "Mine extension allows you to download music from vk.com".
Extension Screenshots
Download Mine Extension CRX File
Download Mine 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
Extension Basic Information
Name | |
ID | ljmebdpgicogjcjomibdjcpjakpmpmoa |
Official URL | https://chrome.google.com/webstore/detail/mine/ljmebdpgicogjcjomibdjcpjakpmpmoa |
Description | Mine extension allows you to download music from vk.com |
File Size | 690 KB |
Installation Count | 23 |
Current Version | 0.0.6 |
Last Updated | 2016-06-21 |
Publish Date | 2016-06-21 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Pavel Myagkov |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mine", "version": "0.0.6", "description": "Mine extension allows you to download music from vk.com", "browser_action": [], "content_scripts": [ { "matches": [ "http:\/\/vk.com\/*", "https:\/\/vk.com\/*" ], "js": [ "vk.js" ], "css": [ "vk.css" ], "run_at": "document_start" } ], "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "author": "pmyagkov", "background": { "page": "background.html", "persistent": true }, "permissions": [ "tabs", "downloads", "storage", "http:\/\/*.vk-cdn.net\/*", "https:\/\/*.vk-cdn.net\/*", "http:\/\/*.vk.me\/*", "https:\/\/*.vk.me\/*", "https:\/\/vk.com\/*", "http:\/\/vk.com\/*" ], "web_accessible_resources": [ "images\/*" ] } |