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 |
官方URL | 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'" } |