Twitch Chat TTS

TwitchTTS enable Text-To-Speech in any chat!

什麼是Twitch Chat TTS?

Twitch Chat TTS是由https://twitch-chat.com開發的Chrome擴展程式,該擴展的主要功能是“TwitchTTS enable Text-To-Speech in any chat!”。

擴展截圖

screenshot
screenshot
screenshot

下載Twitch Chat TTS擴展crx文件

下載Twitch Chat TTS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Text-To-Speech in any chat! No donations required :)                    

擴展基本資訊

名稱 Twitch Chat TTS Twitch Chat TTS
ID dieheoilmaghphpbpmlcbhecopohpbel
官方網址 https://chromewebstore.google.com/detail/twitch-chat-tts/dieheoilmaghphpbpmlcbhecopohpbel
簡介 TwitchTTS enable Text-To-Speech in any chat!
檔案大小 33.13 KB
安裝次數 138
目前版本 1.2
更新時間 2020-11-21
上架時間 2020-11-12
評分 2.00/5 共 4 次評分
開發者 https://twitch-chat.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Chat TTS",
    "version": "1.2",
    "description": "TwitchTTS enable Text-To-Speech in any chat!",
    "permissions": [
        "declarativeContent",
        "storage",
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content-load.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/TwitchTTS16.png",
            "32": "images\/TwitchTTS32.png",
            "48": "images\/TwitchTTS48.png",
            "128": "images\/TwitchTTS128.png"
        }
    },
    "icons": {
        "16": "images\/TwitchTTS16.png",
        "32": "images\/TwitchTTS32.png",
        "48": "images\/TwitchTTS48.png",
        "128": "images\/TwitchTTS128.png"
    },
    "manifest_version": 2
}