SoundTouch Chrome Extension

The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.

Co to jest SoundTouch Chrome Extension?

SoundTouch Chrome Extension to rozszerzenie Chrome opracowane przez Aurélien.L, a jego główną funkcją jest „The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SoundTouch Chrome Extension

Pobierz pliki rozszerzeń SoundTouch Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa SoundTouch Chrome Extension SoundTouch Chrome Extension
ID gapfkijlllenhmgddoldcfedfiiakfgg
Oficjalny URL https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg
Opis The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
Rozmiar pliku 1.31 MB
Liczba instalacji 5,080
Aktualna Wersja 1.3.7
Ostatnia Aktualizacja 2022-06-27
Data Publikacji 2017-05-26
Ocena 3.52/5 Łącznie 27 Oceny
Deweloper Aurélien.L
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension
Adres URL Strony Pomocy https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues
Adres URL Strony Polityki Prywatności https://www.iubenda.com/privacy-policy/92067091/legal
Obsługiwane Języki 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'"
}