TwitchTV PIP Mode

Picture in Picture for Twitch TV

什么是TwitchTV PIP Mode?

TwitchTV PIP Mode是由초림이开发的Chrome扩展程序,该扩展的主要功能是“Picture in Picture for Twitch TV”。

扩展截图

screenshot

下载TwitchTV PIP Mode扩展crx文件

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

扩展使用说明

                        Picture in Picture for Twitch TV!

You can always the broadcast on your descktop screen with this plug-in!

Just enter the broadcast page, and touch on the plug-in!                    

扩展基本信息

名称 TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
官方URL https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
简介 Picture in Picture for Twitch TV
文件大小 23.8 KB
安装次数 13,078
当前版本 0.0.2
更新时间 2022-03-05
上架时间 2018-11-06
评分 4.62/5 共29次评分
开发者 초림이
电子邮箱 [email protected]
付费类型 free
支持的语言 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitchTV PIP Mode",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Picture in Picture for Twitch TV",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "homepage_url": "https:\/\/yuki.kr",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "PIP!"
    },
    "permissions": [
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ]
}