Hentai Enhancement Suite
So I can be more depraved
Hentai Enhancement Suiteคืออะไร?
Hentai Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marshmalon และคุณลักษณะหลักของมันคือ "So I can be more depraved"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hentai Enhancement Suite
ดาวน์โหลดไฟล์ส่วนขยาย Hentai Enhancement Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension has three main features that it allows for. Firstly it changes an doujin to be on a single page instead of separate ones, to avoid long load times. It also lets you bookmark doujins you like based on the number and automatically open a new tab on a doujin of your choice, also indexed by number
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | agjnnljonfdheebihcmdnnhanlilbglm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hentai-enhancement-suite/agjnnljonfdheebihcmdnnhanlilbglm |
คำอธิบาย | So I can be more depraved |
ขนาดไฟล์ | 26.26 KB |
จำนวนการติดตั้ง | 677 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2020-12-21 |
วันที่เผยแพร่ | 2020-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | marshmalon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hentai Enhancement Suite", "version": "1.2.2", "description": "So I can be more depraved", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.nhentai.net\/g\/*" ], "js": [ "enhance.js" ] } ], "browser_action": { "default_title": "Hentai Enhancement Suite", "default_popup": "popup\/choose_poison.html" }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png" } } |