Vị nhạc App.
Ứng dụng chia sẻ nhanh các bài hát đang nghe lên Vị nhạc.
What is Vị nhạc App.?
Vị nhạc App. is a Chrome extension developed by https://vinhac.vn, and its main feature is "Ứng dụng chia sẻ nhanh các bài hát đang nghe lên Vị nhạc.".
Extension Screenshots
Download Vị nhạc App. Extension CRX File
Download Vị nhạc App. 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
Ứng dụng dùng để chia sẽ nhanh bài hát bạn đang nghe lên trang web Vị nhạc. Các trang web nghe nhạc hỗ trợ: - http://mp3.zing.vn - http://nhaccuatui.vn - http://keeng.vn - https://youtube.com
Extension Basic Information
Name | Vị nhạc App. |
ID | mgmejmknnjlljmmiapbcimlhpnhjdjkj |
Official URL | https://chromewebstore.google.com/detail/v%E1%BB%8B-nh%E1%BA%A1c-app/mgmejmknnjlljmmiapbcimlhpnhjdjkj |
Description | Ứng dụng chia sẻ nhanh các bài hát đang nghe lên Vị nhạc. |
File Size | 306 KB |
Installation Count | 52 |
Current Version | 1.3.4 |
Last Updated | 2014-02-22 |
Publish Date | 2014-02-22 |
Rating | 3.75/5 Total 4 Ratings |
Developer | https://vinhac.vn |
Payment Type | free |
Extension Website | http://vinhac.vn |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "V\u1ecb nh\u1ea1c App.", "description": "\u1ee8ng d\u1ee5ng chia s\u1ebb nhanh c\u00e1c b\u00e0i h\u00e1t \u0111ang nghe l\u00ean V\u1ecb nh\u1ea1c.", "version": "1.3.4", "permissions": [ "tabs", "http:\/\/*\/*", "storage" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "jquery-ui-1.10.2.custom.min.js", "jquery.mousewheel.min.js", "facebook.js" ], "css": [ "content.css", "jquery-ui-1.10.2.custom.min.css" ] }, { "matches": [ "*:\/\/mp3.zing.vn\/bai-hat\/*", "*:\/\/mp3.zing.vn\/video-clip\/*", "*:\/\/mp3.zing.vn\/album\/*", "*:\/\/*.nhaccuatui.com\/bai-hat\/*", "*:\/\/*.nhaccuatui.com\/mv\/*", "*:\/\/*.nhaccuatui.com\/playlist\/*", "*:\/\/*.keeng.vn\/audio\/*", "*:\/\/*.keeng.vn\/video\/*", "*:\/\/*.keeng.vn\/album\/*", "*:\/\/*.youtube.com\/watch*" ], "js": [ "jquery.js", "get-song-info.js" ], "css": [ "content.css" ] }, { "matches": [ "*:\/\/mp3.zing.vn\/bai-hat\/*", "*:\/\/*.nhaccuatui.com\/bai-hat\/*", "*:\/\/*.keeng.vn\/audio\/*", "*:\/\/*.keeng.vn\/video\/*" ], "js": [ "jquery.js", "tracker.js" ], "css": [ "content.css" ] } ], "icons": { "48": "img\/icon.png" }, "browser_action": { "default_title": "V\u1ecb nh\u1ea1c", "default_icon": "img\/icon.png", "default_popup": "popup.html", "run_at": "document_start" } } |