nhentaiHelper
Watching hentai more convenient
什么是nhentaiHelper?
nhentaiHelper是由3359767开发的Chrome扩展程序,该扩展的主要功能是“Watching hentai more convenient”。
扩展截图
下载nhentaiHelper扩展crx文件
下载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"
} | |