SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
Qu'est-ce que SoundTouch Chrome Extension ?
SoundTouch Chrome Extension est une extension Chrome développée par Aurélien.L, et sa fonction principale est "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SoundTouch Chrome Extension
Téléchargez les fichiers d'extension SoundTouch Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
URL Officiel | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
Description | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
Taille du Fichier | 1.31 MB |
Nombre d'Installations | 5,080 |
Version Actuelle | 1.3.7 |
Dernière Mise à Jour | 2022-06-27 |
Date de Publication | 2017-05-26 |
Évaluation | 3.52/5 Total 27 Évaluations |
Développeur | Aurélien.L |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
URL de la Page d'Aide | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
URL de la Page de Politique de Confidentialité | https://www.iubenda.com/privacy-policy/92067091/legal |
Langues Prises en Charge | 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'" } |