Nicomment
ニコニコ生放送のコメントビューア機能
What is Nicomment?
Nicomment is a Chrome extension developed by kkk, and its main feature is "ニコニコ生放送のコメントビューア機能".
Extension Screenshots
Download Nicomment Extension CRX File
Download Nicomment 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
ニコニコ生放送のコメントビューアを表示します。 配信コメント欄より、起動アイコンをクリックでコメントビューアウィンドウを表示します。 ※仕様変更等により使用できなくなる恐れがあります。 ●ver 1.0.0.0 ・公開版
Extension Basic Information
Name | Nicomment |
ID | lgjljgjohpoclkmfpfgmloacnjicikcj |
Official URL | https://chromewebstore.google.com/detail/nicomment/lgjljgjohpoclkmfpfgmloacnjicikcj |
Description | ニコニコ生放送のコメントビューア機能 |
File Size | 25.56 KB |
Installation Count | 30 |
Current Version | 1.0.0.0 |
Last Updated | 2021-02-16 |
Publish Date | 2021-02-16 |
Developer | kkk |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |