Backbeat
An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer)
Backbeat là gì?
Backbeat là một tiện ích mở rộng Chrome được phát triển bởi https://backbeat.live, và tính năng chính của nó là "An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer)".
Ả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 Backbeat
Tải xuống các tệp mở rộng Backbeat 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
Listen to the music your favorite streamer is playing on his stream! Enjoy more your viewing experience on Twitch with copyrighted music. With Backbeat, the new way for streamers to play music on their streams you can open a a tab and sync the music with the streamer. Backbeat can synchronise Deezer and YouTube music. This extension is free please consider giving a tip with Brave and BAT. Alpha features: - listen to music with Deezer and YouTube ( youtube is deprecated) Upcoming features: - Streamer recommandations depending on the music you love
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Backbeat |
ID | bgpdffmibdmmnlohmbeadileehablkpe |
URL Chính Thức | https://chromewebstore.google.com/detail/backbeat/bgpdffmibdmmnlohmbeadileehablkpe |
Mô tả | An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer) |
Kích Thước Tệp | 326 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | Alpha 0.0.7 (30/12/21) |
Cập Nhật Lần Cuối | 2021-12-31 |
Ngày Phát Hành | 2021-08-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://backbeat.live |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://backbeat.live |
URL Trang Trợ Giúp | https://backbeat.live |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backbeat", "description": "An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer)", "version": "0.0.7", "version_name": "Alpha 0.0.7 (30\/12\/21)", "manifest_version": 2, "background": { "scripts": [ "js\/background\/messageReciever.js" ] }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.backbeat.live\/redirect\/twitch*", "*:\/\/*.localhost\/redirect\/twitch*" ], "js": [ "js\/contentScripts\/twitchRedirect.js" ] }, { "matches": [ "*:\/\/*.backbeat.live\/redirect\/deezer*", "*:\/\/*.localhost\/redirect\/deezer*" ], "js": [ "js\/contentScripts\/deezerRedirect.js" ] }, { "matches": [ "*:\/\/*.backbeat.live\/redirect\/spotify*", "*:\/\/*.localhost\/redirect\/spotify*" ], "js": [ "js\/contentScripts\/spotifyRedirect.js" ] }, { "matches": [ "*:\/\/*.backbeat.live\/redirect\/youtube*", "*:\/\/*.localhost\/redirect\/youtube*" ], "js": [ "js\/contentScripts\/youtubeRedirect.js" ] }, { "matches": [ "*:\/\/www.amazon.fr\/", "*:\/\/www.amazon.co.uk\/", "*:\/\/www.amazon.de\/", "*:\/\/www.amazon.com\/", "*:\/\/www.amazon.es\/", "*:\/\/www.amazon.com.mx\/" ], "js": [ "js\/contentScripts\/amazonRedirect.js" ] } ], "icons": { "128": ".\/assets\/images\/logos\/backbeat.png" }, "web_accessible_resources": [ ".\/pages" ], "browser_action": { "default_popup": ".\/popup\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/api.deezer.com https:\/\/cdn.socket.io https:\/\/e-cdns-files.dzcdn.net https:\/\/www.youtube.com https:\/\/sdk.scdn.co; object-src 'self';" } |