nhentai Helper
A convenient way to access nHentai
什么是nhentai Helper?
nhentai Helper是由Lizadking开发的Chrome扩展程序,该扩展的主要功能是“A convenient way to access nHentai”。
扩展截图
下载nhentai Helper扩展crx文件
下载nhentai Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | haccmpfglofgoiohichfhhfgoepnkdjm |
官方URL | https://chrome.google.com/webstore/detail/nhentai-helper/haccmpfglofgoiohichfhhfgoepnkdjm |
简介 | A convenient way to access nHentai |
文件大小 | 25.71 KB |
安装次数 | 203 |
当前版本 | 0.1.000 |
更新时间 | 2021-08-11 |
上架时间 | 2021-08-11 |
评分 | 5.00/5 共2次评分 |
开发者 | Lizadking |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Lizadking/nHentai_Helper |
支持的语言 | 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" } } |