Hentag
Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.
Hentag là gì?
Hentag là một tiện ích mở rộng Chrome được phát triển bởi hentagco, và tính năng chính của nó là "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hentag
Tải xuống các tệp mở rộng Hentag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | amldnhmcfppacificnfmibfmageinjhn |
URL Chính Thức | https://chrome.google.com/webstore/detail/hentag/amldnhmcfppacificnfmibfmageinjhn |
Mô tả | Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book. |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 205 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-01-01 |
Ngày Phát Hành | 2017-12-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | hentagco |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |