CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
Co to jest CIP - Picture In Picture (AKA. PIP) player?
CIP - Picture In Picture (AKA. PIP) player to rozszerzenie Chrome opracowane przez ufo22940268, a jego główną funkcją jest „Play video in Picture-In-Picture mode (aka. PIP)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CIP - Picture In Picture (AKA. PIP) player
Pobierz pliki rozszerzeń CIP - Picture In Picture (AKA. PIP) player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
Oficjalny URL | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
Opis | Play video in Picture-In-Picture mode (aka. PIP) |
Rozmiar pliku | 9.67 KB |
Liczba instalacji | 962 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-11-23 |
Data Publikacji | 2018-11-23 |
Ocena | 4.45/5 Łącznie 11 Oceny |
Deweloper | ufo22940268 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ufo22940268/CIP |
Obsługiwane Języki | 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 } |