Twitch Popout Chat

Allows you to quickly open the chat of Twitch streamers

什么是Twitch Popout Chat?

Twitch Popout Chat是由Aenos开发的Chrome扩展程序,该扩展的主要功能是“Allows you to quickly open the chat of Twitch streamers”。

扩展截图

screenshot

下载Twitch Popout Chat扩展crx文件

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

扩展使用说明

                        Twitch Popout Chat

Allows you to quickly open the chat of Twitch streamers

How to use:
- Go to twitch.tv.
- Open a broadcast from any streamer.
- Click on the extension's icon.
- The streamer's Twitch chat will open in a different window.

If you are on a web page other than Twitch, it opens that page as a popup.                    

扩展基本信息

名称 Twitch Popout Chat Twitch Popout Chat
ID haijgfkhagnfkbebhgkcgdgkhaljkjcg
官方URL https://chromewebstore.google.com/detail/twitch-popout-chat/haijgfkhagnfkbebhgkcgdgkhaljkjcg
简介 Allows you to quickly open the chat of Twitch streamers
文件大小 22.14 KB
安装次数 1,052
当前版本 1.0.1
更新时间 2022-11-21
上架时间 2022-09-26
评分 5.00/5 共2次评分
开发者 Aenos
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Popout Chat",
    "description": "Allows you to quickly open the chat of Twitch streamers",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}