CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
Cos'è CIP - Picture In Picture (AKA. PIP) player?
CIP - Picture In Picture (AKA. PIP) player è un'estensione di Chrome sviluppata da ufo22940268, e la sua funzione principale è "Play video in Picture-In-Picture mode (aka. PIP)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CIP - Picture In Picture (AKA. PIP) player
Scarica i file di estensione CIP - Picture In Picture (AKA. PIP) player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
URL Ufficiale | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
Descrizione | Play video in Picture-In-Picture mode (aka. PIP) |
Dimensione del File | 9.67 KB |
Conteggio Installazioni | 962 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-11-23 |
Data di Pubblicazione | 2018-11-23 |
Valutazione | 4.45/5 Totale 11 Valutazioni |
Sviluppatore | ufo22940268 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ufo22940268/CIP |
Lingue Supportate | 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 } |