SoundTouch Chrome Extension
The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
什麼是SoundTouch Chrome Extension?
SoundTouch Chrome Extension是由Aurélien.L開發的Chrome擴展程式,該擴展的主要功能是“The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.”。
擴展截圖
下載SoundTouch Chrome Extension擴展crx文件
下載SoundTouch Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | gapfkijlllenhmgddoldcfedfiiakfgg |
官方網址 | https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg |
簡介 | The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker. |
檔案大小 | 1.31 MB |
安裝次數 | 5,080 |
目前版本 | 1.3.7 |
更新時間 | 2022-06-27 |
上架時間 | 2017-05-26 |
評分 | 3.52/5 共 27 次評分 |
開發者 | Aurélien.L |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension |
說明頁面URL | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
隱私政策頁面URL | https://www.iubenda.com/privacy-policy/92067091/legal |
支援的語言 | 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'" } |