Easy PiP

Enable picture-in-picture mode for online videos

什么是Easy PiP?

Easy PiP是由Joannes Ferrara开发的Chrome扩展程序,该扩展的主要功能是“Enable picture-in-picture mode for online videos”。

扩展截图

screenshot

下载Easy PiP扩展crx文件

下载Easy PiP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Want to watch a video AND continue browsing the web? 
Easy PiP enabled picture in picture mode in video players. 
No additional software required. Works on every platform.

How to use the app:
Find a small button called “Picture in picture” in your video player
OR
Click a toolbar icon called Easy PiP
Picture in picture mode is activated and you can see a small floating video window. You can resize it
Don’t close or navigate away from the video site. It will stop the video.                    

扩展基本信息

名称 Easy PiP Easy PiP
ID fhnlapempodiikihjeggpacnefpdemam
官方URL https://chrome.google.com/webstore/detail/easy-pip/fhnlapempodiikihjeggpacnefpdemam
简介 Enable picture-in-picture mode for online videos
文件大小 46.19 KB
安装次数 732,875
当前版本 4.35
更新时间 2023-05-03
上架时间 2021-05-21
评分 4.03/5 共35次评分
开发者 Joannes Ferrara
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.notion.so/Privacy-Policy-Easy-PiP-ef0efbf7bae843d680560298170726cf
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "buttons.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.35",
    "web_accessible_resources": [
        "images\/*.svg"
    ]
}