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
Eメール [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'"
}