Nicofinder
Nicofinderでのコメント解析を支援する拡張機能です。
Nicofinder là gì?
Nicofinder là một tiện ích mở rộng Chrome được phát triển bởi https://nicofinder.net, và tính năng chính của nó là "Nicofinderでのコメント解析を支援する拡張機能です。".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nicofinder
Tải xuống các tệp mở rộng Nicofinder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Nicofinder のコメント解析を支援する拡張機能です。 機能 - 過去ログ - 公式動画のコメント解析 - コメント解析を開く(コンテキストメニュー)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Nicofinder |
ID | jgnhfelllimcnjaoofphfjiepgfkdbed |
URL Chính Thức | https://chromewebstore.google.com/detail/nicofinder/jgnhfelllimcnjaoofphfjiepgfkdbed |
Mô tả | Nicofinderでのコメント解析を支援する拡張機能です。 |
Kích Thước Tệp | 13.66 KB |
Số Lần Cài Đặt | 1,376 |
Phiên Bản Hiện Tại | 3.1.1 |
Cập Nhật Lần Cuối | 2022-11-14 |
Ngày Phát Hành | 2019-10-05 |
Đánh Giá | 4.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://nicofinder.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nicofinder.net |
URL Trang Trợ Giúp | https://github.com/githayu/nicofinder-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } |