Nicomment

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

Wat is Nicomment?

Nicomment is een Chrome-extensie ontwikkeld door kkk, en de belangrijkste functie is "ニコニコ生放送のコメントビューア機能".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nicomment

Download Nicomment-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

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



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

●ver 1.0.0.0
・公開版                    

Basisinformatie over de Extensie

Naam Nicomment Nicomment
ID lgjljgjohpoclkmfpfgmloacnjicikcj
Officiële URL https://chromewebstore.google.com/detail/nicomment/lgjljgjohpoclkmfpfgmloacnjicikcj
Beschrijving ニコニコ生放送のコメントビューア機能
Bestandsgrootte 25.56 KB
Aantal Installaties 30
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2021-02-16
Publicatiedatum 2021-02-16
Ontwikkelaar kkk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}