Nicomment

ニコニコ生放送のコメントビューア機能

Apa itu Nicomment?

Nicomment adalah ekstensi Chrome yang dikembangkan oleh kkk, dan fitur utamanya adalah "ニコニコ生放送のコメントビューア機能".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nicomment

Unduh file ekstensi Nicomment dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ニコニコ生放送のコメントビューアを表示します。
配信コメント欄より、起動アイコンをクリックでコメントビューアウィンドウを表示します。



※仕様変更等により使用できなくなる恐れがあります。

●ver 1.0.0.0
・公開版                    

Informasi Dasar Ekstensi

Nama Nicomment Nicomment
ID lgjljgjohpoclkmfpfgmloacnjicikcj
URL Resmi https://chromewebstore.google.com/detail/nicomment/lgjljgjohpoclkmfpfgmloacnjicikcj
Deskripsi ニコニコ生放送のコメントビューア機能
Ukuran File 25.56 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2021-02-16
Tanggal Publikasi 2021-02-16
Pengembang kkk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nicomment",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "description": "\u30cb\u30b3\u30cb\u30b3\u751f\u653e\u9001\u306e\u30b3\u30e1\u30f3\u30c8\u30d3\u30e5\u30fc\u30a2\u6a5f\u80fd",
    "icons": {
        "16": "img\/nicolive_off_16.png",
        "32": "img\/nicolive_off_32.png",
        "48": "img\/nicolive_off_48.png",
        "128": "img\/nicolive_off_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/live2.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "img\/nicolive_on_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/live2.nicovideo.jp\/watch\/",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js; object-src 'self'"
}