CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
什么是CIP - Picture In Picture (AKA. PIP) player?
CIP - Picture In Picture (AKA. PIP) player是由ufo22940268开发的Chrome扩展程序,该扩展的主要功能是“Play video in Picture-In-Picture mode (aka. PIP)”。
扩展截图
下载CIP - Picture In Picture (AKA. PIP) player扩展crx文件
下载CIP - Picture In Picture (AKA. PIP) player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
官方URL | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
简介 | Play video in Picture-In-Picture mode (aka. PIP) |
文件大小 | 9.67 KB |
安装次数 | 962 |
当前版本 | 1.2 |
更新时间 | 2018-11-23 |
上架时间 | 2018-11-23 |
评分 | 4.45/5 共11次评分 |
开发者 | ufo22940268 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ufo22940268/CIP |
支持的语言 | 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 } |