CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
Qu'est-ce que CIP - Picture In Picture (AKA. PIP) player ?
CIP - Picture In Picture (AKA. PIP) player est une extension Chrome développée par ufo22940268, et sa fonction principale est "Play video in Picture-In-Picture mode (aka. PIP)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CIP - Picture In Picture (AKA. PIP) player
Téléchargez les fichiers d'extension CIP - Picture In Picture (AKA. PIP) player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
URL Officiel | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
Description | Play video in Picture-In-Picture mode (aka. PIP) |
Taille du Fichier | 9.67 KB |
Nombre d'Installations | 962 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-11-23 |
Date de Publication | 2018-11-23 |
Évaluation | 4.45/5 Total 11 Évaluations |
Développeur | ufo22940268 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ufo22940268/CIP |
Langues Prises en Charge | 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 } |