Backbeat
An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer)
Backbeat क्या है?
Backbeat https://backbeat.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Backbeat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Backbeat |
ID | bgpdffmibdmmnlohmbeadileehablkpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/backbeat/bgpdffmibdmmnlohmbeadileehablkpe |
विवरण | An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer) |
फ़ाइल का आकार | 326 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | Alpha 0.0.7 (30/12/21) |
अंतिम अपडेट | 2021-12-31 |
प्रकाशन तिथि | 2021-08-15 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://backbeat.live |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://backbeat.live |
सहायता पृष्ठ URL | https://backbeat.live |
समर्थित भाषाएँ | 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';" } |