Picture in Picture Video
Extension to trigger PIP!
什么是Picture in Picture Video?
Picture in Picture Video是由mickeyjc开发的Chrome扩展程序,该扩展的主要功能是“Extension to trigger PIP!”。
扩展截图
下载Picture in Picture Video扩展crx文件
下载Picture in Picture Video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Trigger Picture in Picture mode for HTML 5 video element. Should work for all web page that has an HTML 5 video. eg, youtube - Install the extension - Browse to the webpage that contains a web video - The PIP extension icon should turn Green - Click the PIP extension icon - Web video will be in picture in picture mode.
扩展基本信息
名称 | |
ID | cfbelahlacbmjflikmaagnfpoadanpfh |
官方URL | https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh |
简介 | Extension to trigger PIP! |
文件大小 | 11.21 KB |
安装次数 | 1,000 |
当前版本 | 1.0 |
更新时间 | 2019-11-30 |
上架时间 | 2019-11-30 |
评分 | 5.00/5 共1次评分 |
开发者 | mickeyjc |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Video", "version": "1.0", "description": "Extension to trigger PIP!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/*\/" ], "browser_action": { "default_title": "Picture in Picture", "default_icon": { "16": "images\/icon16x.png", "32": "images\/icon32x.png", "48": "images\/icon32x.png", "128": "images\/icon128x.png" } }, "manifest_version": 2 } |