Nicofinder
Nicofinderでのコメント解析を支援する拡張機能です。
Nicofinderとは何ですか?
Nicofinderはhttps://nicofinder.netによって開発されたChromeの拡張機能で、その主な機能は「Nicofinderでのコメント解析を支援する拡張機能です。」です。
拡張機能のスクリーンショット
Nicofinder拡張機能のCRXファイルをダウンロード
Nicofinder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nicofinder のコメント解析を支援する拡張機能です。
機能
- 過去ログ
- 公式動画のコメント解析
- コメント解析を開く(コンテキストメニュー) 拡張機能の基本情報
| 名前 | |
| ID | jgnhfelllimcnjaoofphfjiepgfkdbed |
| 公式URL | https://chromewebstore.google.com/detail/nicofinder/jgnhfelllimcnjaoofphfjiepgfkdbed |
| 説明 | Nicofinderでのコメント解析を支援する拡張機能です。 |
| ファイルサイズ | 13.66 KB |
| インストール数 | 1,376 |
| 現在のバージョン | 3.1.1 |
| 最終更新日 | 2022-11-14 |
| 公開日 | 2019-10-05 |
| 評価 | 4.00/5 合計 7 レビュー |
| 開発者 | https://nicofinder.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://nicofinder.net |
| ヘルプページのURL | https://github.com/githayu/nicofinder-extension |
| 対応言語 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nicofinder",
"version": "3.1.1",
"manifest_version": 3,
"description": "Nicofinder\u3067\u306e\u30b3\u30e1\u30f3\u30c8\u89e3\u6790\u3092\u652f\u63f4\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
"author": "Hayu",
"permissions": [
"cookies",
"contextMenus"
],
"host_permissions": [
"*:\/\/*.nicofinder.net\/*",
"*:\/\/*.nicovideo.jp\/*",
"*:\/\/*.dmc.nico\/*",
"*:\/\/*.smilevideo.jp\/*",
"*:\/\/*.nimg.jp\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.nicofinder.net\/*",
"*:\/\/localhost\/*"
]
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "img\/icon16.png",
"24": "img\/icon48.png",
"32": "img\/icon38.png"
},
"default_title": "Nicofinder"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"homepage_url": "https:\/\/github.com\/githayu\/nicofinder-extension"
} | |