Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
Vad är Picture-in-Picture Plus?
Picture-in-Picture Plus är en Chrome-tillägg utvecklad av 绅士喵, och dess huvudfunktion är "Let all HTML5 videos force the Picture-in-picture mode!".
Tilläggsskärmbilder
Ladda ner Picture-in-Picture Plus-förlängningens CRX-fil
Ladda ner Picture-in-Picture Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus
Grundläggande Information om Tillägg
Namn | Picture-in-Picture Plus |
ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
Officiell webbadress | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
Beskrivning | Let all HTML5 videos force the Picture-in-picture mode! |
Filstorlek | 4.23 KB |
Antal Installationer | 634 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2018-10-13 |
Publiceringsdatum | 2018-10-13 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | 绅士喵 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |