Picture-in-Picture (PiP) for All 4
Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Apa itu Picture-in-Picture (PiP) for All 4?
Picture-in-Picture (PiP) for All 4 adalah ekstensi Chrome yang dikembangkan oleh Ollie Treend, dan fitur utamanya adalah "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Picture-in-Picture (PiP) for All 4
Unduh file ekstensi Picture-in-Picture (PiP) for All 4 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
This extension enables Picture-in-Picture (PiP) for videos being watched on Channel 4's All 4 player. Note: The video will pause for ad breaks. You'll need to return to the browser tab which is playing the video and watch the adverts before playback will resume.
Informasi Dasar Ekstensi
Nama | Picture-in-Picture (PiP) for All 4 |
ID | knfagafhnbbhippdocjodaoojmmhhidk |
URL Resmi | https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk |
Deskripsi | Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player |
Ukuran File | 7.94 KB |
Jumlah Instalasi | 847 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-01-15 |
Tanggal Publikasi | 2021-03-17 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | Ollie Treend |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture (PiP) for All 4", "description": "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player", "version": "1.0.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.channel4.com\/programmes\/*" ], "js": [ "arrive.min.js", "enable-pip.js" ] } ], "icons": { "19": "\/icons\/icon19.png", "38": "\/icons\/icon38.png", "128": "\/icons\/icon128.png" } } |