コメント増量

ニコニコ動画のコメントの表示量を増やす

Cos'è コメント増量?

コメント増量 è un'estensione di Chrome sviluppata da tanbatsu, e la sua funzione principale è "ニコニコ動画のコメントの表示量を増やす".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione コメント増量

Scarica i file di estensione コメント増量 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

                        コメント増量は、ニコニコ動画のコメント表示数を増量、及び全コメ表示がブラウザ上で出来る拡張機能です。
また、読み込んだコメントはJSONファイルとして保存する事も出来ます。

・詳しい使い方
https://note.com/tanbatu/n/n3837f4137cd9

・注意
大量のコメントを処理する為、コンピューターのスペックによってはフリーズする恐れがあります。

・スペシャルサンクス
XPAさんのコメント描画ライブラリ「niconicomments」を使用させて頂きました。 https://github.com/xpadev-net/niconicomments                    

Informazioni di Base sull'Estensione

Nome コメント増量 コメント増量
ID eeanibgekifamcnnieknbhjcoocnpipe
URL Ufficiale https://chromewebstore.google.com/detail/%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E5%A2%97%E9%87%8F/eeanibgekifamcnnieknbhjcoocnpipe
Descrizione ニコニコ動画のコメントの表示量を増やす
Dimensione del File 362 KB
Conteggio Installazioni 6,165
Versione Corrente 6.3
Ultimo Aggiornamento 2023-09-24
Data di Pubblicazione 2023-02-25
Valutazione 4.96/5 Totale 28 Valutazioni
Sviluppatore tanbatsu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tanbatu/comment-zouryou
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u30b3\u30e1\u30f3\u30c8\u5897\u91cf",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u30b3\u30e1\u30f3\u30c8\u306e\u8868\u793a\u91cf\u3092\u5897\u3084\u3059",
    "version": "6.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nicovideo.jp\/watch\/*",
                "https:\/\/nicovideo.jp\/watch\/*"
            ],
            "js": [
                "lib\/tf.js",
                "lib\/body-pix.js",
                "lib\/niconicomments.js",
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*",
                "files\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}