SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
Hvad er SoundTouch Chrome Extension?
SoundTouch Chrome Extension er en Chrome-udvidelse udviklet af Aurélien.L, og dens hovedfunktion er "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".
Udvidelsesskærmbilleder
Download SoundTouch Chrome Extension-udvidelses-CRX-fil
Download SoundTouch Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
Officiel URL | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
Beskrivelse | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
Filstørrelse | 1.31 MB |
Antal Installationer | 5,080 |
Nuværende Version | 1.3.7 |
Senest Opdateret | 2022-06-27 |
Udgivelsesdato | 2017-05-26 |
Bedømmelse | 3.52/5 Samlet 27 Bedømmelser |
Udvikler | Aurélien.L |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
Hjælpeside-URL | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
URL til Fortrolighedspolitik Side | https://www.iubenda.com/privacy-policy/92067091/legal |
Understøttede Sprog | 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'" } |