Disney+ PIP
Adds Picture-in-Picture (PIP) support for Disney+
什么是Disney+ PIP?
Disney+ PIP是由https://victorwesterlund.com开发的Chrome扩展程序,该扩展的主要功能是“Adds Picture-in-Picture (PIP) support for Disney+”。
扩展截图
下载Disney+ PIP扩展crx文件
下载Disney+ PIP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Very simple extension that adds a PIP toggle button to Disney+ in the browser. Source code: https://github.com/VictorWesterlund/disneyplus-pip
扩展基本信息
名称 | Disney+ PIP |
ID | mjncaeojcjldpplapjioikobkgedockm |
官方URL | https://chromewebstore.google.com/detail/disney+-pip/mjncaeojcjldpplapjioikobkgedockm |
简介 | Adds Picture-in-Picture (PIP) support for Disney+ |
文件大小 | 4.28 KB |
安装次数 | 3,717 |
当前版本 | 1.3 |
更新时间 | 2023-12-19 |
上架时间 | 2022-03-22 |
评分 | 3.70/5 共23次评分 |
开发者 | https://victorwesterlund.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/VictorWesterlund/disneyplus-pip |
隐私政策页面URL | https://victorwesterlund.github.io/disneyplus-pip/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney+ PIP", "description": "Adds Picture-in-Picture (PIP) support for Disney+", "version": "1.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.disneyplus.com\/*" ], "js": [ "assets\/js\/script.js" ] } ] } |