NHentai Analytics
A chrome extension to help you find the best doujinshi based on your favorites
Co to jest NHentai Analytics?
NHentai Analytics to rozszerzenie Chrome opracowane przez xwilarg, a jego główną funkcją jest „A chrome extension to help you find the best doujinshi based on your favorites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NHentai Analytics
Pobierz pliki rozszerzeń NHentai Analytics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | noojgpoenpbagfefondnchijcelchfln |
Oficjalny URL | https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln |
Opis | A chrome extension to help you find the best doujinshi based on your favorites |
Rozmiar pliku | 14.28 KB |
Liczba instalacji | 385 |
Aktualna Wersja | 1.2.3 |
Ostatnia Aktualizacja | 2020-12-19 |
Data Publikacji | 2019-12-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | xwilarg |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/Xwilarg/NHentaiAnalytics/ |
Obsługiwane Języki | 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 } |