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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |