CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
What is CIP - Picture In Picture (AKA. PIP) player?
CIP - Picture In Picture (AKA. PIP) player is a Chrome extension developed by ufo22940268, and its main feature is "Play video in Picture-In-Picture mode (aka. PIP)".
Extension Screenshots
Download CIP - Picture In Picture (AKA. PIP) player Extension CRX File
Download CIP - Picture In Picture (AKA. PIP) player 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
CIP is short for Cat In Picture. It can let you trigger Picture In Picture window in chrome browser. How to use it When you browser a page with a html5 player in it, and then click the extension icon. Then the video will be played in a floating window. Tested in following websites - https://www.twitch.tv/ - https://youtube.com/ - https://www.douyu.com/ (Using html5 player) - https://www.bilibili.com/ The extension should works on other websites as well. Source code: https://github.com/ufo22940268/CIP
Extension Basic Information
Name | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
Official URL | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
Description | Play video in Picture-In-Picture mode (aka. PIP) |
File Size | 9.67 KB |
Installation Count | 962 |
Current Version | 1.2 |
Last Updated | 2018-11-23 |
Publish Date | 2018-11-23 |
Rating | 4.45/5 Total 11 Ratings |
Developer | ufo22940268 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ufo22940268/CIP |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CIP - Picture In Picture (AKA. PIP) player", "version": "1.2", "description": "Play video in Picture-In-Picture mode (aka. PIP)", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "background", "activeTab" ], "browser_action": [], "manifest_version": 2 } |