Nuke Code Search
Nutting has never been this simple.
什么是Nuke Code Search?
Nuke Code Search是由Kurosagi开发的Chrome扩展程序,该扩展的主要功能是“Nutting has never been this simple.”。
扩展截图
下载Nuke Code Search扩展crx文件
下载Nuke Code Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Let you search nhentai code, either by selecting the code in your browser and right clicking on "Go to .." or by searching manually when clicking on the icon in the right corner of your browser.
扩展基本信息
名称 | |
ID | padpokjkfhjbibkflcmnmhieddogigmc |
官方URL | https://chrome.google.com/webstore/detail/nuke-code-search/padpokjkfhjbibkflcmnmhieddogigmc |
简介 | Nutting has never been this simple. |
文件大小 | 44.57 KB |
安装次数 | 243 |
当前版本 | 1.0.2 |
更新时间 | 2021-03-17 |
上架时间 | 2020-05-10 |
评分 | 5.00/5 共1次评分 |
开发者 | Kurosagi |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nuke Code Search", "author": "Kurosagi", "version": "1.0.2", "manifest_version": 2, "description": "Nutting has never been this simple.", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus", "https:\/\/nhentai.to\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |