SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
Apa itu SoundTouch Chrome Extension?
SoundTouch Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh Aurélien.L, dan fitur utamanya adalah "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SoundTouch Chrome Extension
Unduh file ekstensi SoundTouch Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
URL Resmi | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
Deskripsi | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
Ukuran File | 1.31 MB |
Jumlah Instalasi | 5,080 |
Versi Saat Ini | 1.3.7 |
Terakhir Diperbarui | 2022-06-27 |
Tanggal Publikasi | 2017-05-26 |
Penilaian | 3.52/5 Total 27 Penilaian |
Pengembang | Aurélien.L |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
URL Halaman Bantuan | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
URL Halaman Kebijakan Privasi | https://www.iubenda.com/privacy-policy/92067091/legal |
Bahasa yang Didukung | 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'" } |