悬浮画中画播放器

使用chrome提供的picture-in-picture api让直播以画中画模式播放。 目前支持斗鱼,虎牙,火猫直播以及各种使用html5播放器的网站。

What is 悬浮画中画播放器?

悬浮画中画播放器 is a Chrome extension developed by brantscube, and its main feature is "使用chrome提供的picture-in-picture api让直播以画中画模式播放。 目前支持斗鱼,虎牙,火猫直播以及各种使用html5播放器的网站。".

Extension Screenshots

screenshot
screenshot

Download 悬浮画中画播放器 Extension CRX File

Download 悬浮画中画播放器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        上班摸鱼神器,可以缩小放到屏幕角落的视频播放器。
使用chrome提供的picture-in-picture api让直播和视频实现画中画模式播放。 
目前支持斗鱼,虎牙, 火猫, youtube, 腾讯视频, 爱奇艺以及各种使用html5播放器的网站。

如果你有什么建议或者要提交bug可以前往GitHub提交issue, 或者微博联系我 @LookRain (https://www.weibo.com/u/2353357401)
Play your favourite video content in picture-in-picture mode.

https://github.com/LookRain/streaming-pip

更新log:
2.5:
- 修复虎牙视频无法获取的问题
2.0:
- 使用typescript,react和parcel重构之前五分钟写下的代码...
- 添加多视频功能。如果发现当前页面有多个视频,可以选择播放下一个视频。
- @maczyt 贡献的视频连续播放功能
1.11:
- 更新斗鱼寻找video tag的方式                    

Extension Basic Information

Name 悬浮画中画播放器 悬浮画中画播放器
ID gdcfkpenohoihodlddbcgpdjhmdjepnb
Official URL https://chromewebstore.google.com/detail/%E6%82%AC%E6%B5%AE%E7%94%BB%E4%B8%AD%E7%94%BB%E6%92%AD%E6%94%BE%E5%99%A8/gdcfkpenohoihodlddbcgpdjhmdjepnb
Description 使用chrome提供的picture-in-picture api让直播以画中画模式播放。 目前支持斗鱼,虎牙,火猫直播以及各种使用html5播放器的网站。
File Size 122 KB
Installation Count 23,364
Current Version 2.5
Last Updated 2020-03-07
Publish Date 2020-03-07
Rating 4.47/5 Total 59 Ratings
Developer brantscube
Email [email protected]
Payment Type free
Extension Website https://github.com/LookRain/streaming-pip
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u60ac\u6d6e\u753b\u4e2d\u753b\u64ad\u653e\u5668",
    "version": "2.5",
    "description": "\u4f7f\u7528chrome\u63d0\u4f9b\u7684picture-in-picture api\u8ba9\u76f4\u64ad\u4ee5\u753b\u4e2d\u753b\u6a21\u5f0f\u64ad\u653e\u3002 \u76ee\u524d\u652f\u6301\u6597\u9c7c\uff0c\u864e\u7259,\u706b\u732b\u76f4\u64ad\u4ee5\u53ca\u5404\u79cd\u4f7f\u7528html5\u64ad\u653e\u5668\u7684\u7f51\u7ad9\u3002",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/player16.png",
            "32": "images\/player32.png",
            "48": "images\/player48.png",
            "128": "images\/player128.png"
        }
    },
    "icons": {
        "16": "images\/player16.png",
        "32": "images\/player32.png",
        "48": "images\/player48.png",
        "128": "images\/player128.png"
    },
    "manifest_version": 2
}