openrecスピーチ

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

Cos'è openrecスピーチ?

openrecスピーチ è un'estensione di Chrome sviluppata da uck9, e la sua funzione principale è "このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione openrecスピーチ

Scarica i file di estensione openrecスピーチ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome openrecスピーチ openrecスピーチ
ID heafjkmnmjofnclmhimleodkhcibpgbj
URL Ufficiale https://chrome.google.com/webstore/detail/openrec%E3%82%B9%E3%83%94%E3%83%BC%E3%83%81/heafjkmnmjofnclmhimleodkhcibpgbj
Descrizione このエクステンションをインストールすると、https://www.openrec.tv/ のチャット欄を喋らせることができます。
Dimensione del File 72.34 KB
Conteggio Installazioni 13
Versione Corrente 0.2
Ultimo Aggiornamento 2018-06-10
Data di Pubblicazione 2018-06-10
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore uck9
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}