NHentai Analytics

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

Wat is NHentai Analytics?

NHentai Analytics is een Chrome-extensie ontwikkeld door xwilarg, en de belangrijkste functie is "A chrome extension to help you find the best doujinshi based on your favorites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NHentai Analytics

Download NHentai Analytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam NHentai Analytics NHentai Analytics
ID noojgpoenpbagfefondnchijcelchfln
Officiële URL https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln
Beschrijving A chrome extension to help you find the best doujinshi based on your favorites
Bestandsgrootte 14.28 KB
Aantal Installaties 385
Huidige Versie 1.2.3
Laatst Bijgewerkt 2020-12-19
Publicatiedatum 2019-12-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar xwilarg
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/Xwilarg/NHentaiAnalytics/
Ondersteunde Talen 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
}