ニコニコ コメント自動非表示

ニコニコ動画のコメントをデフォルトで非表示にします。

What is ニコニコ コメント自動非表示?

ニコニコ コメント自動非表示 is a Chrome extension developed by twahio, and its main feature is "ニコニコ動画のコメントをデフォルトで非表示にします。".

Extension Screenshots

screenshot

Download ニコニコ コメント自動非表示 Extension CRX File

Download ニコニコ コメント自動非表示 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ブラウザ版ニコニコ動画ではコメントの非表示設定がそれ以降のアクセス時に引き継がれませんが、この機能はアクセスと同時に自動的にコメントを非表示にします 。あとから手動で切り替えることも可能です。                    

Extension Basic Information

Name ニコニコ コメント自動非表示 ニコニコ コメント自動非表示
ID pdfgohkndadegdiijhcpkioaknjnekhm
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3-%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E8%87%AA%E5%8B%95%E9%9D%9E%E8%A1%A8%E7%A4%BA/pdfgohkndadegdiijhcpkioaknjnekhm
Description ニコニコ動画のコメントをデフォルトで非表示にします。
File Size 8.8 KB
Installation Count 304
Current Version 1.0.2
Last Updated 2022-03-14
Publish Date 2021-09-29
Developer twahio
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cb\u30b3\u30cb\u30b3 \u30b3\u30e1\u30f3\u30c8\u81ea\u52d5\u975e\u8868\u793a",
    "author": "twashio",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u3002",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}