Picture in Picture
Provide PIP function for Youtube, Bilibili and so on.
什么是Picture in Picture?
Picture in Picture是由https://www.johnzhang.xyz开发的Chrome扩展程序,该扩展的主要功能是“Provide PIP function for Youtube, Bilibili and so on.”。
扩展截图
下载Picture in Picture扩展crx文件
下载Picture in Picture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Picture-in-Picture (PiP) Mode allows you to watch videos in a floating window (always on top of other windows), this feature was support late last year and this extension would support other sites like Youtube and so on.
扩展基本信息
名称 | |
ID | macihajaciflkkmodijnkfjmpikhjepe |
官方URL | https://chrome.google.com/webstore/detail/picture-in-picture/macihajaciflkkmodijnkfjmpikhjepe |
简介 | Provide PIP function for Youtube, Bilibili and so on. |
文件大小 | 57.96 KB |
安装次数 | 305 |
当前版本 | 1.0 |
更新时间 | 2019-02-01 |
上架时间 | 2019-01-28 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.johnzhang.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "sites\/youtube\/pip.css" ], "js": [ "sites\/youtube\/pip.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "description": "Provide PIP function for Youtube, Bilibili and so on.", "name": "Picture in Picture", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "assets\/pip512.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "assets\/pip48.png", "128": "assets\/pip128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "chromeos": "Alt+P", "linux": "Alt+P" } } }, "permissions": [ "tabs", " |