Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
Hvad er Picture-in-Picture Plus?
Picture-in-Picture Plus er en Chrome-udvidelse udviklet af 绅士喵, og dens hovedfunktion er "Let all HTML5 videos force the Picture-in-picture mode!".
Udvidelsesskærmbilleder
Download Picture-in-Picture Plus-udvidelses-CRX-fil
Download Picture-in-Picture Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus
Grundlæggende oplysninger om udvidelsen
Navn | Picture-in-Picture Plus |
ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
Officiel URL | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
Beskrivelse | Let all HTML5 videos force the Picture-in-picture mode! |
Filstørrelse | 4.23 KB |
Antal Installationer | 634 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2018-10-13 |
Udgivelsesdato | 2018-10-13 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | 绅士喵 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |