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文件

下载NHentai Analytics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}