ニコメント欄表示切り替え

コメント欄の表示・非表示を切り替えるボタンを実装します

What is ニコメント欄表示切り替え?

ニコメント欄表示切り替え is a Chrome extension developed by BlossomsArchive, 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 amcaoimijpbiocdkbeikandkapcojpfk
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E6%AC%84%E8%A1%A8%E7%A4%BA%E5%88%87%E3%82%8A%E6%9B%BF%E3%81%88/amcaoimijpbiocdkbeikandkapcojpfk
Description コメント欄の表示・非表示を切り替えるボタンを実装します
File Size 46.27 KB
Installation Count 61
Current Version 3.4
Last Updated 2023-12-11
Publish Date 2023-01-06
Developer BlossomsArchive
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cb\u30b3\u30e1\u30f3\u30c8\u6b04\u8868\u793a\u5207\u308a\u66ff\u3048",
    "version": "3.4",
    "manifest_version": 3,
    "description": "\u30b3\u30e1\u30f3\u30c8\u6b04\u306e\u8868\u793a\u30fb\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u30dc\u30bf\u30f3\u3092\u5b9f\u88c5\u3057\u307e\u3059",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nicovideo.jp\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "main.js"
            ],
            "css": [
                "comments-enable-ex.css"
            ]
        }
    ]
}