openrecスピーチ

このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。

What is openrecスピーチ?

openrecスピーチ is a Chrome extension developed by uck9, and its main feature is "このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。".

Extension Screenshots

Download openrecスピーチ Extension CRX File

Download openrecスピーチ 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

                        このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。                    

Extension Basic Information

Name openrecスピーチ openrecスピーチ
ID heafjkmnmjofnclmhimleodkhcibpgbj
Official URL https://chrome.google.com/webstore/detail/openrec%E3%82%B9%E3%83%94%E3%83%BC%E3%83%81/heafjkmnmjofnclmhimleodkhcibpgbj
Description このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。
File Size 72.34 KB
Installation Count 13
Current Version 0.2
Last Updated 2018-06-10
Publish Date 2018-06-10
Rating 2.00/5 Total 1 Ratings
Developer uck9
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "openrec\u30b9\u30d4\u30fc\u30c1",
    "short_name": "openrecspeech",
    "description": "\u3053\u306e\u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3068\u3001https:\/\/www.openrec.tv\/ \u306e\u30c1\u30e3\u30c3\u30c8\u6b04\u3092\u558b\u3089\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",
    "version": "0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.openrec.tv\/live\/*"
            ],
            "js": [
                "openrec_voice.js"
            ]
        }
    ]
}