Nicofinder
Nicofinderでのコメント解析を支援する拡張機能です。
什麼是Nicofinder?
Nicofinder是由https://nicofinder.net開發的Chrome擴展程式,該擴展的主要功能是“Nicofinderでのコメント解析を支援する拡張機能です。”。
擴展截圖
下載Nicofinder擴展crx文件
下載Nicofinder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Nicofinder のコメント解析を支援する拡張機能です。 機能 - 過去ログ - 公式動画のコメント解析 - コメント解析を開く(コンテキストメニュー)
擴展基本資訊
名稱 | Nicofinder |
ID | jgnhfelllimcnjaoofphfjiepgfkdbed |
官方網址 | 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 |
電子郵箱 | [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" } |