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
官方網址 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}"
        }
    }
}