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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SoundTouch Chrome Extension
قم بتنزيل ملفات الامتداد SoundTouch Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://github.com/AurelienLoyer/SoundTouch-Chrome-Extension/issues |
عنوان صفحة سياسة الخصوصية | 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'" } |