Twitch Timeout Second Correction

This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "

Twitch Timeout Second Correctionとは何ですか?

Twitch Timeout Second CorrectionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…」です。

拡張機能のスクリーンショット

screenshot

Twitch Timeout Second Correction拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension fixes the twitch chat status text from " timed out  for 1 seconds." to the correct phrase of " timed out  for 1 second." :P                    

拡張機能の基本情報

名前 Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
公式URL https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
説明 This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
ファイルサイズ 3.46 KB
インストール数 25
現在のバージョン 0.0.1
最終更新日 2019-07-21
公開日 2019-07-20
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Timeout Second Correction",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}