VK Play
Управляй музыкой вне страницы ВК!
What is VK Play?
VK Play is a Chrome extension developed by Good Software Ltd., and its main feature is "Управляй музыкой вне страницы ВК!".
Extension Screenshots
Download VK Play Extension CRX File
Download VK Play 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
Vk Play - это расширение для браузера которое позволяет управлять вашей музыкой с любой вкладки. Использование: Вам нужно быть авторизованным в вк в браузере и должна быть открыта страница с музыкой, после этого вы сможете управлять музыкой при помощи расширения.
Extension Basic Information
Name | |
ID | lgmemnldjcbdbkclogcffgddbibbjhel |
Official URL | https://chrome.google.com/webstore/detail/vk-play/lgmemnldjcbdbkclogcffgddbibbjhel |
Description | Управляй музыкой вне страницы ВК! |
File Size | 11.76 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2016-11-06 |
Publish Date | 2016-11-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Good Software Ltd. |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.iubenda.com/privacy-policy/485577 |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VK Play", "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0439 \u043c\u0443\u0437\u044b\u043a\u043e\u0439 \u0432\u043d\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0412\u041a!", "version": "1.0", "permissions": [ "tabs" ], "icons": { "128": "play182.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "play.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.vk.com\/*" ], "js": [ "vk.js" ], "all_frames": false, "run_at": "document_end" } ], "manifest_version": 2 } |