SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
Vad är SoundTouch Chrome Extension?
SoundTouch Chrome Extension är en Chrome-tillägg utvecklad av Aurélien.L, och dess huvudfunktion är "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".
Tilläggsskärmbilder
Ladda ner SoundTouch Chrome Extension-förlängningens CRX-fil
Ladda ner SoundTouch Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
Officiell webbadress | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
Beskrivning | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
Filstorlek | 1.31 MB |
Antal Installationer | 5,080 |
Aktuell Version | 1.3.7 |
Senast Uppdaterad | 2022-06-27 |
Publiceringsdatum | 2017-05-26 |
Betyg | 3.52/5 Totalt 27 Betyg |
Utvecklare | Aurélien.L |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
Hjälpsida URL | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
URL till Sekretesspolicy Sidan | https://www.iubenda.com/privacy-policy/92067091/legal |
Stödda Språk | 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'" } |