Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
What is Picture-in-Picture Plus?
Picture-in-Picture Plus is a Chrome extension developed by 绅士喵, and its main feature is "Let all HTML5 videos force the Picture-in-picture mode!".
Extension Screenshots
Download Picture-in-Picture Plus Extension CRX File
Download Picture-in-Picture Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus
Extension Basic Information
Name | Picture-in-Picture Plus |
ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
Official URL | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
Description | Let all HTML5 videos force the Picture-in-picture mode! |
File Size | 4.23 KB |
Installation Count | 634 |
Current Version | 0.1.0 |
Last Updated | 2018-10-13 |
Publish Date | 2018-10-13 |
Rating | 4.67/5 Total 3 Ratings |
Developer | 绅士喵 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |