ForcePIP
Force a video to play using Picture-in-Picture
What is ForcePIP?
ForcePIP is a Chrome extension developed by https://adamgonen.com, and its main feature is "Force a video to play using Picture-in-Picture".
Extension Screenshots
Download ForcePIP Extension CRX File
Download ForcePIP 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
To activate, press the extension icon on the toolbar. Allows to to play videos using the built in Picture-in-Picture (PIP) that is not usually allowed by video players. Using Picture-in-Picture allows to do other work while still watching almost any video. Free to use and does not collect any data.
Extension Basic Information
Name | ForcePIP |
ID | cgadklekpacccapkencnkjkiofmeipab |
Official URL | https://chromewebstore.google.com/detail/forcepip/cgadklekpacccapkencnkjkiofmeipab |
Description | Force a video to play using Picture-in-Picture |
File Size | 10.05 KB |
Installation Count | 1,279 |
Current Version | 1.0.0 |
Last Updated | 2020-03-25 |
Publish Date | 2020-03-24 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://adamgonen.com |
[email protected] | |
Payment Type | free |
Extension Website | https://adamgonen.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ForcePIP", "description": "Force a video to play using Picture-in-Picture", "homepage_url": "https:\/\/adamgonen.com", "manifest_version": 2, "version": "1.0.0", "icons": { "128": "icons\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "ForcePIP" }, "permissions": [ "activeTab" ] } |