SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
Wat is SoundTouch Chrome Extension?
SoundTouch Chrome Extension is een Chrome-extensie ontwikkeld door Aurélien.L, en de belangrijkste functie is "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".
Extensie Screenshots
Download het CRX-bestand van de extensie SoundTouch Chrome Extension
Download SoundTouch Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
Officiële URL | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
Beschrijving | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
Bestandsgrootte | 1.31 MB |
Aantal Installaties | 5,080 |
Huidige Versie | 1.3.7 |
Laatst Bijgewerkt | 2022-06-27 |
Publicatiedatum | 2017-05-26 |
Beoordeling | 3.52/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Aurélien.L |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
Help Pagina-URL | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
URL van de Privacybeleid Pagina | https://www.iubenda.com/privacy-policy/92067091/legal |
Ondersteunde Talen | 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'" } |