Backbeat
An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer)
O que é Backbeat?
Backbeat é uma extensão do Chrome desenvolvida por https://backbeat.live, e sua principal característica é "An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Backbeat
Baixe arquivos de extensão Backbeat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Backbeat |
ID | bgpdffmibdmmnlohmbeadileehablkpe |
URL Oficial | https://chromewebstore.google.com/detail/backbeat/bgpdffmibdmmnlohmbeadileehablkpe |
Descrição | An extension to synchronize streamers and viewers from Twitch with cross-platform (Youtube, Deezer) |
Tamanho do Arquivo | 326 KB |
Contagem de Instalações | 37 |
Versão Atual | Alpha 0.0.7 (30/12/21) |
Última Atualização | 2021-12-31 |
Data de Publicação | 2021-08-15 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://backbeat.live |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://backbeat.live |
URL da Página de Ajuda | https://backbeat.live |
Idiomas Suportados | 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';" } |