Hentag
Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.
Hentagคืออะไร?
Hentag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hentagco และคุณลักษณะหลักของมันคือ "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hentag
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } } |