Nuke Code Search

Nutting has never been this simple.

What is Nuke Code Search?

Nuke Code Search is a Chrome extension developed by Kurosagi, and its main feature is "Nutting has never been this simple.".

Extension Screenshots

screenshot

Download Nuke Code Search Extension CRX File

Download Nuke Code Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Nuke Code Search Nuke Code Search
ID padpokjkfhjbibkflcmnmhieddogigmc
Official URL https://chrome.google.com/webstore/detail/nuke-code-search/padpokjkfhjbibkflcmnmhieddogigmc
Description Nutting has never been this simple.
File Size 44.57 KB
Installation Count 243
Current Version 1.0.2
Last Updated 2021-03-17
Publish Date 2020-05-10
Rating 5.00/5 Total 1 Ratings
Developer Kurosagi
Email [email protected]
Payment Type free
Supported Languages 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
    }
}