YouWatch

Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!

什么是YouWatch?

YouWatch是由Meonaze Developer开发的Chrome扩展程序,该扩展的主要功能是“Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!”。

扩展截图

screenshot

下载YouWatch扩展crx文件

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

扩展使用说明

                        Button to toggle Picture in Picture mode shows up when video on a page starts playing                    

扩展基本信息

名称 YouWatch YouWatch
ID cfdnldjcnachhlmeaeocfapmpmpiagga
官方URL https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga
简介 Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
文件大小 8.75 KB
安装次数 23
当前版本 1.1
更新时间 2018-11-30
上架时间 2018-11-26
评分 5.00/5 共4次评分
开发者 Meonaze Developer
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouWatch",
    "version": "1.1",
    "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!",
    "icons": {
        "128": "images\/img128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/img128.png"
        }
    }
}