Picture-in-Picture for ALL Sites
Enables picture-in-picture mode, even for sites that have disabled it
什么是Picture-in-Picture for ALL Sites?
Picture-in-Picture for ALL Sites是由Jerome Paulos开发的Chrome扩展程序,该扩展的主要功能是“Enables picture-in-picture mode, even for sites that have disabled it”。
扩展截图
下载Picture-in-Picture for ALL Sites扩展crx文件
下载Picture-in-Picture for ALL Sites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!
扩展基本信息
名称 | Picture-in-Picture for ALL Sites |
ID | anmikanblfemkldmaldbhdejcfpodkpd |
官方URL | https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd |
简介 | Enables picture-in-picture mode, even for sites that have disabled it |
文件大小 | 6.47 KB |
安装次数 | 2,119 |
当前版本 | 1.0 |
更新时间 | 2022-04-24 |
上架时间 | 2022-04-23 |
评分 | 4.86/5 共7次评分 |
开发者 | Jerome Paulos |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture for ALL Sites", "description": "Enables picture-in-picture mode, even for sites that have disabled it", "version": "1.0", "icons": { "128": "assets\/icon128.png" }, "action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" }, "default_title": "Open Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |