Chrome PIP
Activate Picture-in-Picture
什么是Chrome PIP?
Chrome PIP是由Liam Newmarch开发的Chrome扩展程序,该扩展的主要功能是“Activate Picture-in-Picture”。
扩展截图
下载Chrome PIP扩展crx文件
下载Chrome PIP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension to activate Picture-in-Picture. This is useful in situations where: * The media menu in Chrome is not visible – this is the case with Progressive Web Apps. * The website has set the `disablePictureInPicture` attribute on a video which this extension removes.
扩展基本信息
名称 | Chrome PIP |
ID | jakfcfljbcjkchopdcdbaonfphljgnbp |
官方URL | https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp |
简介 | Activate Picture-in-Picture |
文件大小 | 9.38 KB |
安装次数 | 126 |
当前版本 | 2022.01.25 |
更新时间 | 2022-01-28 |
上架时间 | 2022-01-27 |
开发者 | Liam Newmarch |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome PIP", "description": "Activate Picture-in-Picture", "version": "2022.01.25", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Activate Picture-in-Picture" }, "background": { "service_worker": "service_worker.js" }, "icons": { "1024": "\/icons\/1024.png", "512": "\/icons\/512.png", "128": "\/icons\/128.png", "48": "\/icons\/48.png", "32": "\/icons\/32.png", "16": "\/icons\/16.png" } } |