nhentai Helper
A convenient way to access nHentai
Vad är nhentai Helper?
nhentai Helper är en Chrome-tillägg utvecklad av Lizadking, och dess huvudfunktion är "A convenient way to access nHentai".
Tilläggsskärmbilder
Ladda ner nhentai Helper-förlängningens CRX-fil
Ladda ner nhentai Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | haccmpfglofgoiohichfhhfgoepnkdjm |
| Officiell webbadress | https://chrome.google.com/webstore/detail/nhentai-helper/haccmpfglofgoiohichfhhfgoepnkdjm |
| Beskrivning | A convenient way to access nHentai |
| Filstorlek | 25.71 KB |
| Antal Installationer | 203 |
| Aktuell Version | 0.1.000 |
| Senast Uppdaterad | 2021-08-11 |
| Publiceringsdatum | 2021-08-11 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Lizadking |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Lizadking/nHentai_Helper |
| Stödda Språk | 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"
}
} | |