Nicofinder

Nicofinderでのコメント解析を支援する拡張機能です。

Nicofinderคืออะไร?

Nicofinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nicofinder.net และคุณลักษณะหลักของมันคือ "Nicofinderでのコメント解析を支援する拡張機能です。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nicofinder

ดาวน์โหลดไฟล์ส่วนขยาย Nicofinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Nicofinder のコメント解析を支援する拡張機能です。

機能
- 過去ログ
- 公式動画のコメント解析
- コメント解析を開く(コンテキストメニュー)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nicofinder 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
อีเมล [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"
}