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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 } |