NHentai Analytics
A chrome extension to help you find the best doujinshi based on your favorites
Hvad er NHentai Analytics?
NHentai Analytics er en Chrome-udvidelse udviklet af xwilarg, og dens hovedfunktion er "A chrome extension to help you find the best doujinshi based on your favorites".
Udvidelsesskærmbilleder
Download NHentai Analytics-udvidelses-CRX-fil
Download NHentai Analytics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | noojgpoenpbagfefondnchijcelchfln |
Officiel URL | https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln |
Beskrivelse | A chrome extension to help you find the best doujinshi based on your favorites |
Filstørrelse | 14.28 KB |
Antal Installationer | 385 |
Nuværende Version | 1.2.3 |
Senest Opdateret | 2020-12-19 |
Udgivelsesdato | 2019-12-17 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | xwilarg |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/Xwilarg/NHentaiAnalytics/ |
Understøttede Sprog | 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 } |