musery
Delivers music from VKontakte to Telegram
musery là gì?
musery là một tiện ích mở rộng Chrome được phát triển bởi http://tsellobenok.dev, và tính năng chính của nó là "Delivers music from VKontakte to Telegram".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng musery
Tải xuống các tệp mở rộng musery dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
In the official VKontakte mobile app, it became impossible to listen to music in the background for more than half an hour, and there is no cache in it. But in Telegram, you can listen to music without an Internet connection and without restrictions. Our extension adds button to each track on every page of vk.com. So you can easily send your music files to Telegram. Our site: https://musery.tsellobenok.dev Author: https://tsellobenok.dev
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mopjgakaaelbhcjlleellfcmeponijdf |
URL Chính Thức | https://chrome.google.com/webstore/detail/musery/mopjgakaaelbhcjlleellfcmeponijdf |
Mô tả | Delivers music from VKontakte to Telegram |
Kích Thước Tệp | 377 KB |
Số Lần Cài Đặt | 635 |
Phiên Bản Hiện Tại | 2.3.0 |
Cập Nhật Lần Cuối | 2021-12-03 |
Ngày Phát Hành | 2020-06-06 |
Đánh Giá | 4.23/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | http://tsellobenok.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://musery.tsellobenok.dev |
URL Trang Trợ Giúp | http://musery.tsellobenok.dev/#faq |
Ngôn Ngữ Được Hỗ Trợ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "musery", "short_name": "musery", "version": "2.3.0", "description": "Delivers music from VKontakte to Telegram", "homepage_url": "https:\/\/musery.tsellobenok.dev", "icons": { "128": ".\/img\/128x128.png" }, "permissions": [ "activeTab", "tabs", "storage", "notifications" ], "action": { "default_title": "musery", "default_popup": "index.html" }, "web_accessible_resources": [ { "resources": [ "\/img\/*", "\/js\/set-user-id.js" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/musery.tsellobenok.dev\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*", "https:\/\/musery.tsellobenok.dev\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/axios.min.js", "js\/hls.js", "js\/jquery-3.4.1.slim.min.js", "js\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "\/js\/background.js" } } |