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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 SoundTouch Chrome Extension 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
Eメール [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'"
}