yttwthmode

Twitch-like theater mode for Youtube livestreams and archives.

什么是yttwthmode?

yttwthmode是由maquinas开发的Chrome扩展程序,该扩展的主要功能是“Twitch-like theater mode for Youtube livestreams and archives.”。

扩展截图

screenshot

下载yttwthmode扩展crx文件

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

扩展使用说明

                        Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size.

Source available at https://github.com/maquinas07/yttwthmode/                    

扩展基本信息

名称 yttwthmode yttwthmode
ID ahnanfplkklemnpbjcgheicpcnodmjji
官方URL https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji
简介 Twitch-like theater mode for Youtube livestreams and archives.
文件大小 44.22 KB
安装次数 140
当前版本 1.3.10
更新时间 2024-01-14
上架时间 2021-03-09
评分 3.86/5 共7次评分
开发者 maquinas
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/maquinas07/yttwthmode
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "yttwthmode",
    "version": "1.3.10",
    "description": "Twitch-like theater mode for Youtube livestreams and archives.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "dist\/popup\/popup.html",
        "default_icon": {
            "128": "dist\/img\/logo_128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "dist\/img\/logo_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}"
        }
    }
}