nhentaiHelper
Watching hentai more convenient
Что такое nhentaiHelper?
nhentaiHelper - это расширение Chrome, разработанное 3359767, и его основная функция - "Watching hentai more convenient".
Снимки экрана расширения
Скачать файл CRX расширения nhentaiHelper
Скачайте файлы расширений nhentaiHelper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatic open nhentai.net with just right click on the selected 6 digit number.
Do you often think that it cost you lots of time to copy the 6 digit and then paste after the "nhentai.net/g/SIX_DIGIT_NUMBER"?
Well, this extension can really help to save your time!
To use this tool, you just need to select the 6 digit, then right click. You will see there is a new item called "nhentaiHelper", click it, and you can choose between open in normal tab or open in private Browsing!
Version:
0.0.1 - release
This project is open source :
https://github.com/luke3359767/nhentaiHelper Основная информация о расширении
| Название | |
| ID | fcmbkinmgabkmliljoejpbfipdlfhclj |
| Официальный URL | https://chrome.google.com/webstore/detail/nhentaihelper/fcmbkinmgabkmliljoejpbfipdlfhclj |
| Описание | Watching hentai more convenient |
| Размер файла | 12.32 KB |
| Количество установок | 1,000 |
| Текущая Версия | 0.0.1 |
| Последнее Обновление | 2021-06-17 |
| Дата публикации | 2021-06-17 |
| Рейтинг | 5.00/5 Всего 14 оценок |
| Разработчик | 3359767 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/luke3359767/nhentaiHelper |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "nhentaiHelper",
"description": "Watching hentai more convenient",
"version": "0.0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
],
"action": {
"default_icon": {
"16": "\/images\/n_img16.png",
"32": "\/images\/n_img32.png",
"48": "\/images\/n_img48.png",
"128": "\/images\/n_img128.png"
}
},
"icons": {
"16": "\/images\/n_img16.png",
"32": "\/images\/n_img32.png",
"48": "\/images\/n_img48.png",
"128": "\/images\/n_img128.png"
},
"homepage_url": "https:\/\/github.com\/luke3359767\/nhentaiHelper"
} | |