CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
¿Qué es CIP - Picture In Picture (AKA. PIP) player?
CIP - Picture In Picture (AKA. PIP) player es una extensión de Chrome desarrollada por ufo22940268, y su función principal es "Play video in Picture-In-Picture mode (aka. PIP)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CIP - Picture In Picture (AKA. PIP) player
Descarga archivos de extensión CIP - Picture In Picture (AKA. PIP) player en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
URL Oficial | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
Descripción | Play video in Picture-In-Picture mode (aka. PIP) |
Tamaño del Archivo | 9.67 KB |
Cantidad de Instalaciones | 962 |
Versión Actual | 1.2 |
Última Actualización | 2018-11-23 |
Fecha de Publicación | 2018-11-23 |
Calificación | 4.45/5 Total de 11 Calificaciones |
Desarrollador | ufo22940268 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/ufo22940268/CIP |
Idiomas Soportados | 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 } |