NHentai Analytics
A chrome extension to help you find the best doujinshi based on your favorites
NHentai Analytics là gì?
NHentai Analytics là một tiện ích mở rộng Chrome được phát triển bởi xwilarg, và tính năng chính của nó là "A chrome extension to help you find the best doujinshi based on your favorites".
Ả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 NHentai Analytics
Tải xuống các tệp mở rộng NHentai Analytics 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | noojgpoenpbagfefondnchijcelchfln |
URL Chính Thức | https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln |
Mô tả | A chrome extension to help you find the best doujinshi based on your favorites |
Kích Thước Tệp | 14.28 KB |
Số Lần Cài Đặt | 385 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2020-12-19 |
Ngày Phát Hành | 2019-12-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | xwilarg |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Xwilarg/NHentaiAnalytics/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |