Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
Apa itu Picture-in-Picture Plus?
Picture-in-Picture Plus adalah ekstensi Chrome yang dikembangkan oleh 绅士喵, dan fitur utamanya adalah "Let all HTML5 videos force the Picture-in-picture mode!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Picture-in-Picture Plus
Unduh file ekstensi Picture-in-Picture Plus 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
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus Informasi Dasar Ekstensi
| Nama | |
| ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
| URL Resmi | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
| Deskripsi | Let all HTML5 videos force the Picture-in-picture mode! |
| Ukuran File | 4.23 KB |
| Jumlah Instalasi | 634 |
| Versi Saat Ini | 0.1.0 |
| Terakhir Diperbarui | 2018-10-13 |
| Tanggal Publikasi | 2018-10-13 |
| Penilaian | 4.67/5 Total 3 Penilaian |
| Pengembang | 绅士喵 |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture Plus",
"description": "Let all HTML5 videos force the Picture-in-picture mode!",
"version": "0.1.0",
"icons": {
"100": "assets\/icon100.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 2
} | |