NooBox

Reverse image search

What is NooBox?

NooBox is a Chrome extension developed by https://ainoob.com, and its main feature is "Reverse image search".

Extension Screenshots

screenshot
screenshot

Download NooBox Extension CRX File

Download NooBox 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

                        NooBox is a toolbox that contains 
1. Reverse Image Search with multiple engines
2. Extract images 
3. Screenshot & Search 
4. Auto Refresh
5. H5 Video Control                    

Extension Basic Information

Name NooBox NooBox
ID kidibbfcblfbbafhnlanccjjdehoahep
Official URL https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep
Description Reverse image search
File Size 2.73 MB
Installation Count 70,790
Current Version 1.1.13
Last Updated 2023-02-04
Publish Date 2020-05-23
Rating 4.48/5 Total 236 Ratings
Developer https://ainoob.com
Email [email protected]
Payment Type free
Extension Website https://ainoob.com/project/noobox
Help Page URL https://github.com/AInoob/NooBox/issues
Privacy Policy Page URL https://ainoob.com/privacy.txt
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "NB",
    "version": "1.1.13",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "NooBox~",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "thirdParty\/jquery.min.js",
            "thirdParty\/fileSavor.js",
            "thirdParty\/jszip.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "thirdParty\/jquery.min.js",
                "contentScript\/videoControl.js",
                "contentScript\/extractImages.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "activeTab",
        "notifications",
        ""
    ],
    "commands": {
        "screenshotSearch": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_screenshot_search__"
        }
    },
    "minimum_chrome_version": "35"
}