Disney+ PIP
Enable Picture in Picture for Disney Plus Videos
什么是Disney+ PIP?
Disney+ PIP是由gurvin.anand开发的Chrome扩展程序,该扩展的主要功能是“Enable Picture in Picture for Disney Plus Videos”。
扩展截图
下载Disney+ PIP扩展crx文件
下载Disney+ PIP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disney Plus does not normally cooperate with the picture-in-picture chrome extension. This extension allows the two to become compatible. Simply install this extension, open a video on Disney+, and activate the picture-in-picture extension as usual, and it will work by popping out a smaller video window.
扩展基本信息
名称 | Disney+ PIP |
ID | pcobdaahbhmcmochfhpbhbgphcmpaeej |
官方URL | https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej |
简介 | Enable Picture in Picture for Disney Plus Videos |
文件大小 | 6.92 KB |
安装次数 | 908 |
当前版本 | 0.0.0.1 |
更新时间 | 2022-05-26 |
上架时间 | 2022-05-20 |
评分 | 2.60/5 共5次评分 |
开发者 | gurvin.anand |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disney+ PIP", "description": "Enable Picture in Picture for Disney Plus Videos", "version": "0.0.0.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/video\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |