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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aurélien.L และคุณลักษณะหลักของมันคือ "The SoundTouch Chrome Extension will allow anyone connected to their network to control your Bose speaker."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundTouch Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}