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 |
官方網址 | 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 } |