NHentai Analytics

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

Cos'è NHentai Analytics?

NHentai Analytics è un'estensione di Chrome sviluppata da xwilarg, e la sua funzione principale è "A chrome extension to help you find the best doujinshi based on your favorites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NHentai Analytics

Scarica i file di estensione NHentai Analytics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NHentai Analytics NHentai Analytics
ID noojgpoenpbagfefondnchijcelchfln
URL Ufficiale https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln
Descrizione A chrome extension to help you find the best doujinshi based on your favorites
Dimensione del File 14.28 KB
Conteggio Installazioni 385
Versione Corrente 1.2.3
Ultimo Aggiornamento 2020-12-19
Data di Pubblicazione 2019-12-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore xwilarg
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/Xwilarg/NHentaiAnalytics/
Lingue Supportate 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
}