nhentai Helper

A convenient way to access nHentai

Co to jest nhentai Helper?

nhentai Helper to rozszerzenie Chrome opracowane przez Lizadking, a jego główną funkcją jest „A convenient way to access nHentai”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia nhentai Helper

Pobierz pliki rozszerzeń nhentai Helper 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

                        A convenient way to access nHentai , simply open the extension type in your numbers and search nHentai, or highlight and right click the numbers you wish to search.                    

Podstawowe informacje o rozszerzeniu

Nazwa nhentai Helper nhentai Helper
ID haccmpfglofgoiohichfhhfgoepnkdjm
Oficjalny URL https://chrome.google.com/webstore/detail/nhentai-helper/haccmpfglofgoiohichfhhfgoepnkdjm
Opis A convenient way to access nHentai
Rozmiar pliku 25.71 KB
Liczba instalacji 203
Aktualna Wersja 0.1.000
Ostatnia Aktualizacja 2021-08-11
Data Publikacji 2021-08-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Lizadking
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Lizadking/nHentai_Helper
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "nhentai Helper",
    "version": "0.1.000",
    "description": "A convenient way to access nHentai ",
    "permissions": [
        "tabs",
        "clipboardRead",
        "activeTab",
        "webRequest",
        "contextMenus"
    ],
    "action": {
        "default_title": "nHentai Helper",
        "default_popup": "Mainpop.html"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "icons": {
        "128": "nh128.png",
        "48": "nh48.png",
        "16": "nh16.png"
    }
}