NHentai Analytics

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

Was ist NHentai Analytics?

NHentai Analytics ist eine Chrome-Erweiterung, die von xwilarg entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension to help you find the best doujinshi based on your favorites".

Erweiterungsscreenshots

screenshot

NHentai Analytics-Erweiterungs-CRX-Datei herunterladen

Laden Sie NHentai Analytics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name NHentai Analytics NHentai Analytics
ID noojgpoenpbagfefondnchijcelchfln
Offizielle URL https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln
Beschreibung A chrome extension to help you find the best doujinshi based on your favorites
Dateigröße 14.28 KB
Installationsanzahl 385
Aktuelle Version 1.2.3
Letztes Update 2020-12-19
Veröffentlichungsdatum 2019-12-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler xwilarg
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/Xwilarg/NHentaiAnalytics/
Unterstützte Sprachen 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
}