YouWatch
Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
Apa itu YouWatch?
YouWatch adalah ekstensi Chrome yang dikembangkan oleh Meonaze Developer, dan fitur utamanya adalah "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouWatch
Unduh file ekstensi YouWatch 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
Button to toggle Picture in Picture mode shows up when video on a page starts playing
Informasi Dasar Ekstensi
Nama | YouWatch |
ID | cfdnldjcnachhlmeaeocfapmpmpiagga |
URL Resmi | https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga |
Deskripsi | Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click! |
Ukuran File | 8.75 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-11-30 |
Tanggal Publikasi | 2018-11-26 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Meonaze Developer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouWatch", "version": "1.1", "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!", "icons": { "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "page_action": { "default_icon": { "128": "images\/img128.png" } } } |