Better Hulu PiP
Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.
什么是Better Hulu PiP?
Better Hulu PiP是由Anthony Baldwin开发的Chrome扩展程序,该扩展的主要功能是“Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.”。
扩展截图
下载Better Hulu PiP扩展crx文件
下载Better Hulu PiP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hulu prevents Chrome's picture-in-picture (PiP) feature. This extension re-enables w/ play/pause, forward/backward seek, next episode, and restart episode controls. There is no previous episode button on Hulu. Captions will not display w/in PiP. 扩展基本信息
| 名称 | |
| ID | feeolchckomhbfagmgomdkncibjpedhh |
| 官方URL | https://chromewebstore.google.com/detail/better-hulu-pip/feeolchckomhbfagmgomdkncibjpedhh |
| 简介 | Enable picture-in-picture (PiP) & browser playback controls for Hulu videos. |
| 文件大小 | 26.37 KB |
| 安装次数 | 387 |
| 当前版本 | 0.0.0.3 |
| 更新时间 | 2022-05-24 |
| 上架时间 | 2022-05-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Anthony Baldwin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/anthonybaldwin/better-hulu-pip |
| 帮助页面URL | https://github.com/anthonybaldwin/better-hulu-pip/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Better Hulu PiP",
"description": "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.",
"version": "0.0.0.3",
"content_scripts": [
{
"matches": [
"https:\/\/www.hulu.com\/watch\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |