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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |