キャスコメントヘルパー

ツイキャスのプレイヤー画面に読み上げ機能を追加します。

What is キャスコメントヘルパー?

キャスコメントヘルパー is a Chrome extension developed by ruhu, and its main feature is "ツイキャスのプレイヤー画面に読み上げ機能を追加します。".

Extension Screenshots

screenshot

Download キャスコメントヘルパー Extension CRX File

Download キャスコメントヘルパー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ツイキャス非公式の読み上げ拡張機能です。

1.0.6.0 2019/6/20の仕様変更に追従。
1.0.5.0 「Google 日本語」がだみ声になったのでボイス取得方法を変更し、それに伴い初期値を音量0.6、速度1.3、音程1.0に変更。
1.0.4.0 2018/4頃の仕様変更に追従。
1.0.3.0 httpsに対応。設定に名前追加。
1.0.2.3 1.0.2.2でコメントを別ウインドウで表示しているときに日本語ボイスが取得できなくなってしまっていた問題の修正。
1.0.2.2 ボイスを使いまわすと読み上げないようになったので、毎回取得するように変更。
1.0.2.1 ボイスに「Microsoft Haruka Desktop - Japanese」が増えたのにともない、ボイス取得方法を若干変更(従来通りの「Google 日本語」を取得したい)。
1.0.2.0 読み上げ設定変更インターフェース追加。                    

Extension Basic Information

Name キャスコメントヘルパー キャスコメントヘルパー
ID nihalckocpoefblgijimbnkcfdemkcfe
Official URL https://chromewebstore.google.com/detail/%E3%82%AD%E3%83%A3%E3%82%B9%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E3%83%98%E3%83%AB%E3%83%91%E3%83%BC/nihalckocpoefblgijimbnkcfdemkcfe
Description ツイキャスのプレイヤー画面に読み上げ機能を追加します。
File Size 5.58 KB
Installation Count 147
Current Version 1.0.6.0
Last Updated 2019-06-20
Publish Date 2019-06-20
Rating 2.75/5 Total 4 Ratings
Developer ruhu
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30ad\u30e3\u30b9\u30b3\u30e1\u30f3\u30c8\u30d8\u30eb\u30d1\u30fc",
    "description": "\u30c4\u30a4\u30ad\u30e3\u30b9\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u753b\u9762\u306b\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002",
    "version": "1.0.6.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitcasting.tv\/*",
                "https:\/\/twitcasting.tv\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "embeded-script.js"
    ],
    "minimum_chrome_version": "33"
}