NHentai Analytics

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

O que é NHentai Analytics?

NHentai Analytics é uma extensão do Chrome desenvolvida por xwilarg, e sua principal característica é "A chrome extension to help you find the best doujinshi based on your favorites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NHentai Analytics

Baixe arquivos de extensão NHentai Analytics no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NHentai Analytics NHentai Analytics
ID noojgpoenpbagfefondnchijcelchfln
URL Oficial https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln
Descrição A chrome extension to help you find the best doujinshi based on your favorites
Tamanho do Arquivo 14.28 KB
Contagem de Instalações 385
Versão Atual 1.2.3
Última Atualização 2020-12-19
Data de Publicação 2019-12-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor xwilarg
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/Xwilarg/NHentaiAnalytics/
Idiomas Suportados 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
}