Twitch Fullscreen Plus

Triggers fullscreen view of twitch stream with chat overlay

什么是Twitch Fullscreen Plus?

Twitch Fullscreen Plus是由kopatch开发的Chrome扩展程序,该扩展的主要功能是“Triggers fullscreen view of twitch stream with chat overlay”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Twitch Fullscreen Plus扩展crx文件

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

扩展使用说明

                        Twitch Fullscreen Plus lets you enjoy the wonderful Twitch Chat experience while watching your favorite stream in fullscreen! unlike the Twitch.tv Theater Mode, with this extension you get to enjoy the full size of your monitor.

You can Resize, move change chat opacity and background alpha and more!

version 3.0.11

UPDATE: OCTOBER 26 2023
Fixed the extension while logged in, and fixed VODs                    

扩展基本信息

名称 Twitch Fullscreen Plus Twitch Fullscreen Plus
ID jbbmdehmiclndmeedcocofcjlpgjnmea
官方URL https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea
简介 Triggers fullscreen view of twitch stream with chat overlay
文件大小 88.82 KB
安装次数 40,144
当前版本 3.0.12
更新时间 2023-10-27
上架时间 2020-06-24
评分 4.04/5 共262次评分
开发者 kopatch
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Fullscreen Plus",
    "short_name": "TFP",
    "description": "Triggers fullscreen view of twitch stream with chat overlay",
    "version": "3.0.12",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}