Twitch Chat Reader

Handles Automatically Reading Twitch Chat

Twitch Chat Readerとは何ですか?

Twitch Chat Readerはfuccaro.ostによって開発されたChromeの拡張機能で、その主な機能は「Handles Automatically Reading Twitch Chat」です。

Twitch Chat Reader拡張機能のCRXファイルをダウンロード

Twitch Chat Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Twitch Chat Reader (Alpha)

Want to have twitch chat read for you? Want to experience the cancerous effects of chat without having to stop fapping? this is the extension for you!

Beware, this is an early Alpha, please direct all feature requests to the git                    

拡張機能の基本情報

名前 Twitch Chat Reader Twitch Chat Reader
ID kajlflbjoafhflgfbpldefdnbhlfdion
公式URL https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion
説明 Handles Automatically Reading Twitch Chat
ファイルサイズ 56.57 KB
インストール数 200
現在のバージョン 0.0.4
最終更新日 2016-05-27
公開日 2016-05-27
評価 4.14/5 合計 7 レビュー
開発者 fuccaro.ost
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Chat Reader",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Handles Automatically Reading Twitch Chat",
    "homepage_url": "http:\/\/www.reddit.com\/u\/anarcie",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.jpg",
        "128": "icons\/icon128.jpg"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Chat Reader",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}