SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
Cos'è SoundTouch Chrome Extension?
SoundTouch Chrome Extension è un'estensione di Chrome sviluppata da Aurélien.L, e la sua funzione principale è "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SoundTouch Chrome Extension
Scarica i file di estensione SoundTouch Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
URL Ufficiale | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
Descrizione | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
Dimensione del File | 1.31 MB |
Conteggio Installazioni | 5,080 |
Versione Corrente | 1.3.7 |
Ultimo Aggiornamento | 2022-06-27 |
Data di Pubblicazione | 2017-05-26 |
Valutazione | 3.52/5 Totale 27 Valutazioni |
Sviluppatore | Aurélien.L |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
URL della Pagina di Aiuto | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
URL della Pagina della Politica sulla Privacy | https://www.iubenda.com/privacy-policy/92067091/legal |
Lingue Supportate | 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'" } |