nhentai Helper
A convenient way to access nHentai
Apa itu nhentai Helper?
nhentai Helper adalah ekstensi Chrome yang dikembangkan oleh Lizadking, dan fitur utamanya adalah "A convenient way to access nHentai".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi nhentai Helper
Unduh file ekstensi nhentai Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | haccmpfglofgoiohichfhhfgoepnkdjm |
URL Resmi | https://chrome.google.com/webstore/detail/nhentai-helper/haccmpfglofgoiohichfhhfgoepnkdjm |
Deskripsi | A convenient way to access nHentai |
Ukuran File | 25.71 KB |
Jumlah Instalasi | 203 |
Versi Saat Ini | 0.1.000 |
Terakhir Diperbarui | 2021-08-11 |
Tanggal Publikasi | 2021-08-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Lizadking |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Lizadking/nHentai_Helper |
Bahasa yang Didukung | 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" } } |