Nicofinder

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

Nicofinder란 무엇입니까?

Nicofinder은(는) https://nicofinder.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nicofinderでのコメント解析を支援する拡張機能です。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Nicofinder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}