NHentai Analytics

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

What is NHentai Analytics?

NHentai Analytics is a Chrome extension developed by xwilarg, and its main feature is "A chrome extension to help you find the best doujinshi based on your favorites".

Extension Screenshots

screenshot

Download NHentai Analytics Extension CRX File

Download NHentai Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name NHentai Analytics NHentai Analytics
ID noojgpoenpbagfefondnchijcelchfln
Official URL https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln
Description A chrome extension to help you find the best doujinshi based on your favorites
File Size 14.28 KB
Installation Count 385
Current Version 1.2.3
Last Updated 2020-12-19
Publish Date 2019-12-17
Rating 5.00/5 Total 1 Ratings
Developer xwilarg
Email [email protected]
Payment Type free
Help Page URL https://github.com/Xwilarg/NHentaiAnalytics/
Supported Languages 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
}