NHentai Analytics

A chrome extension to help you find the best doujinshi based on your favorites

NHentai Analytics란 무엇입니까?

NHentai Analytics은(는) xwilarg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to help you find the best doujinshi based on your favorites"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Just login to NHentai and the extension will give you a random doujinshi based on your preferences

The source code is available on GitHub: https://github.com/Xwilarg/NHentaiAnalytics                    

확장 프로그램 기본 정보

이름 NHentai Analytics NHentai Analytics
ID noojgpoenpbagfefondnchijcelchfln
공식 URL https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln
설명 A chrome extension to help you find the best doujinshi based on your favorites
파일 크기 14.28 KB
설치 횟수 385
현재 버전 1.2.3
최근 업데이트 2020-12-19
출시 날짜 2019-12-17
평점 5.00/5 총 1 개의 평점
개발자 xwilarg
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/Xwilarg/NHentaiAnalytics/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NHentai Analytics",
    "version": "1.2.3",
    "description": "A chrome extension to help you find the best doujinshi based on your favorites",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "64": "Icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/nhentai.net\/*",
        "https:\/\/i.nhentai.net\/*"
    ],
    "author": "Xwilarg",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "manifest_version": 2
}