SoundTouch Chrome Extension

The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.

What is SoundTouch Chrome Extension?

SoundTouch Chrome Extension is a Chrome extension developed by Aurélien.L, and its main feature is "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.".

Extension Screenshots

screenshot

Download SoundTouch Chrome Extension Extension CRX File

Download SoundTouch Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SoundTouch Chrome Extension SoundTouch Chrome Extension
ID gapfkijlllenhmgddoldcfedfiiakfgg
Official URL https://chromewebstore.google.com/detail/soundtouch-chrome-extensi/gapfkijlllenhmgddoldcfedfiiakfgg
Description The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker.
File Size 1.31 MB
Installation Count 5,080
Current Version 1.3.7
Last Updated 2022-06-27
Publish Date 2017-05-26
Rating 3.52/5 Total 27 Ratings
Developer Aurélien.L
Email [email protected]
Payment Type free
Extension Website https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension
Help Page URL https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/92067091/legal
Supported Languages 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'"
}