CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
Hvad er CIP - Picture In Picture (AKA. PIP) player?
CIP - Picture In Picture (AKA. PIP) player er en Chrome-udvidelse udviklet af ufo22940268, og dens hovedfunktion er "Play video in Picture-In-Picture mode (aka. PIP)".
Udvidelsesskærmbilleder
Download CIP - Picture In Picture (AKA. PIP) player-udvidelses-CRX-fil
Download CIP - Picture In Picture (AKA. PIP) player-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
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oacpifbefgeacllmohgglfjmgchadkjh |
| Officiel URL | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
| Beskrivelse | Play video in Picture-In-Picture mode (aka. PIP) |
| Filstørrelse | 9.67 KB |
| Antal Installationer | 962 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2018-11-23 |
| Udgivelsesdato | 2018-11-23 |
| Bedømmelse | 4.45/5 Samlet 11 Bedømmelser |
| Udvikler | ufo22940268 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/ufo22940268/CIP |
| Understøttede Sprog | 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
} | |