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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
ID | amldnhmcfppacificnfmibfmageinjhn |
公式URL | 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" } } } |