NHentai Analytics

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

Qu'est-ce que NHentai Analytics ?

NHentai Analytics est une extension Chrome développée par xwilarg, et sa fonction principale est "A chrome extension to help you find the best doujinshi based on your favorites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NHentai Analytics

Téléchargez les fichiers d'extension NHentai Analytics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NHentai Analytics NHentai Analytics
ID noojgpoenpbagfefondnchijcelchfln
URL Officiel https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln
Description A chrome extension to help you find the best doujinshi based on your favorites
Taille du Fichier 14.28 KB
Nombre d'Installations 385
Version Actuelle 1.2.3
Dernière Mise à Jour 2020-12-19
Date de Publication 2019-12-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur xwilarg
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/Xwilarg/NHentaiAnalytics/
Langues Prises en Charge 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
}