Hentag

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

什麼是Hentag?

Hentag是由hentagco開發的Chrome擴展程式,該擴展的主要功能是“Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.”。

擴展截圖

screenshot
screenshot

下載Hentag擴展crx文件

下載Hentag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Hentag Hentag
ID amldnhmcfppacificnfmibfmageinjhn
官方網址 https://chrome.google.com/webstore/detail/hentag/amldnhmcfppacificnfmibfmageinjhn
簡介 Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.
檔案大小 129 KB
安裝次數 205
目前版本 1.0
更新時間 2018-01-01
上架時間 2017-12-31
評分 5.00/5 共 1 次評分
開發者 hentagco
付費類型 free
支援的語言 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"
        }
    }
}