NHentai Analytics
A chrome extension to help you find the best doujinshi based on your favorites
NHentai Analyticsคืออะไร?
NHentai Analytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xwilarg และคุณลักษณะหลักของมันคือ "A chrome extension to help you find the best doujinshi based on your favorites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NHentai Analytics
ดาวน์โหลดไฟล์ส่วนขยาย NHentai Analytics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just login to NHentai and the extension will give you a random doujinshi based on your preferences The source code is available on GitHub: https://github.com/Xwilarg/NHentaiAnalytics
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | noojgpoenpbagfefondnchijcelchfln |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln |
คำอธิบาย | A chrome extension to help you find the best doujinshi based on your favorites |
ขนาดไฟล์ | 14.28 KB |
จำนวนการติดตั้ง | 385 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2020-12-19 |
วันที่เผยแพร่ | 2019-12-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | xwilarg |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/Xwilarg/NHentaiAnalytics/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NHentai Analytics", "version": "1.2.3", "description": "A chrome extension to help you find the best doujinshi based on your favorites", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "64": "Icon.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/nhentai.net\/*", "https:\/\/i.nhentai.net\/*" ], "author": "Xwilarg", "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "settings.html", "open_in_tab": true }, "manifest_version": 2 } |