SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
O que é SoundTouch Chrome Extension?
SoundTouch Chrome Extension é uma extensão do Chrome desenvolvida por Aurélien.L, e sua principal característica é "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SoundTouch Chrome Extension
Baixe arquivos de extensão SoundTouch Chrome Extension 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
The extension Chrome Extension SoundTouch will enable all the people connected to your networks to control your Bose speaker. Do not fight anymore for the remote ! Use this extension ! Display the playing song and change the playlist. Source GitHub : https://github.com/T3kstiil3/SoundTouch-Chrome-Extension
Informações Básicas da Extensão
Nome | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
URL Oficial | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
Descrição | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
Tamanho do Arquivo | 1.31 MB |
Contagem de Instalações | 5,080 |
Versão Atual | 1.3.7 |
Última Atualização | 2022-06-27 |
Data de Publicação | 2017-05-26 |
Classificação | 3.52/5 Total de 27 Avaliações |
Desenvolvedor | Aurélien.L |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
URL da Página de Ajuda | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
URL da Página de Política de Privacidade | https://www.iubenda.com/privacy-policy/92067091/legal |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoundTouch Chrome Extension", "description": "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.", "version": "1.3.7", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "index.html", "default_title": "SoundTouch Chrome Extension" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |