NHentai Analytics
A chrome extension to help you find the best doujinshi based on your favorites
NHentai Analytics क्या है?
NHentai Analytics xwilarg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to help you find the best doujinshi based on your favorites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NHentai Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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 } |