CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
O que é CIP - Picture In Picture (AKA. PIP) player?
CIP - Picture In Picture (AKA. PIP) player é uma extensão do Chrome desenvolvida por ufo22940268, e sua principal característica é "Play video in Picture-In-Picture mode (aka. PIP)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CIP - Picture In Picture (AKA. PIP) player
Baixe arquivos de extensão CIP - Picture In Picture (AKA. PIP) player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
URL Oficial | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
Descrição | Play video in Picture-In-Picture mode (aka. PIP) |
Tamanho do Arquivo | 9.67 KB |
Contagem de Instalações | 962 |
Versão Atual | 1.2 |
Última Atualização | 2018-11-23 |
Data de Publicação | 2018-11-23 |
Classificação | 4.45/5 Total de 11 Avaliações |
Desenvolvedor | ufo22940268 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ufo22940268/CIP |
Idiomas Suportados | 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 } |