Youtube smart phone control
Control Youtube using smart phone
ما هو Youtube smart phone control؟
Youtube smart phone control هو إضافة Chrome تم تطويرها بواسطة Tech2 Solutions، والميزة الرئيسية لها هي "Control Youtube using smart phone".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube smart phone control
قم بتنزيل ملفات الامتداد Youtube smart phone control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Android TV Remote Control app is the easiest way of controlling your Android TV device using a smartphone. Usage: - Connect your phone and Android TV to the same Wi-Fi network. - Click gear icon (settings) on bottom-left, click "Link with TV code" - On your phone, open youtube app - In your phone's YouTube settings, tap Watch on TV - Tap ENTER TV CODE and enter the code. - Enjoy
معلومات أساسية عن التمديد
الاسم | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
الوصف | Control Youtube using smart phone |
حجم الملف | 19.93 KB |
عدد التثبيتات | 2,443 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-01-07 |
تاريخ النشر | 2021-01-07 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | Tech2 Solutions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "description": "Control Youtube using smart phone", "manifest_version": 2, "name": "Youtube smart phone control", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |