openrecスピーチ

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

Wat is openrecスピーチ?

openrecスピーチ is een Chrome-extensie ontwikkeld door uck9, en de belangrijkste functie is "このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。".

Extensie Screenshots

Download het CRX-bestand van de extensie openrecスピーチ

Download openrecスピーチ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam openrecスピーチ openrecスピーチ
ID heafjkmnmjofnclmhimleodkhcibpgbj
Officiële URL https://chrome.google.com/webstore/detail/openrec%E3%82%B9%E3%83%94%E3%83%BC%E3%83%81/heafjkmnmjofnclmhimleodkhcibpgbj
Beschrijving このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。
Bestandsgrootte 72.34 KB
Aantal Installaties 13
Huidige Versie 0.2
Laatst Bijgewerkt 2018-06-10
Publicatiedatum 2018-06-10
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar uck9
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}