Hentag

Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.

O que é Hentag?

Hentag é uma extensão do Chrome desenvolvida por hentagco, e sua principal característica é "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hentag

Baixe arquivos de extensão Hentag 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

                        Make your reading more attractive

Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive!
Add your voice for comic book.

*What you add on image can be seen by other

Personal Free / 50 tag
Add text on your image
Add voice on your image

View tag history, and view click analysis

Delete your adding



Professional / unlimit
Extra function priority                    

Informações Básicas da Extensão

Nome Hentag Hentag
ID amldnhmcfppacificnfmibfmageinjhn
URL Oficial https://chrome.google.com/webstore/detail/hentag/amldnhmcfppacificnfmibfmageinjhn
Descrição Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.
Tamanho do Arquivo 129 KB
Contagem de Instalações 205
Versão Atual 1.0
Última Atualização 2018-01-01
Data de Publicação 2017-12-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor hentagco
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hentag",
    "description": "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.",
    "version": "1.0",
    "background": {
        "scripts": [
            "jquery-1.11.3.min.js",
            "jquery.selectareas.js",
            "background.js",
            "extension.js",
            "functions.js"
        ],
        "css": [
            "example.css",
            "resources\/jquery.selectareas.css"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/e-hentai.org\/s\/*\/*",
        "https:\/\/nhentai.net\/*\/*\/*\/",
        "tabs",
        "contextMenus",
        "identity",
        "identity.email",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/e-hentai.org\/s\/*\/*",
                "https:\/\/nhentai.net\/*\/*\/*\/",
                "https:\/\/www.hentag.com\/ce\/"
            ],
            "css": [
                "example.css",
                "resources\/jquery.selectareas.css",
                "w3.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "jquery.selectareas.js",
                "extension.js",
                "functions.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "resources\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        }
    }
}