Youtube smart phone control
Control Youtube using smart phone
Apa itu Youtube smart phone control?
Youtube smart phone control adalah ekstensi Chrome yang dikembangkan oleh Tech2 Solutions, dan fitur utamanya adalah "Control Youtube using smart phone".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube smart phone control
Unduh file ekstensi Youtube smart phone control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
Deskripsi | Control Youtube using smart phone |
Ukuran File | 19.93 KB |
Jumlah Instalasi | 2,443 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-01-07 |
Tanggal Publikasi | 2021-01-07 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | Tech2 Solutions |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |