Incognito Search Plus

Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.

What is Incognito Search Plus?

Incognito Search Plus is a Chrome extension developed by https://browsernative.com, and its main feature is "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.".

Extension Screenshots

screenshot
screenshot

Download Incognito Search Plus Extension CRX File

Download Incognito Search Plus 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

                        You can use this extension in two ways:
1. Select any text and right click on it. Now, use the option in the appeared context menu.
2.Type i in the address bar of Chrome and hit the space bar. Now, type your search query.

Visit for more information: https://browsernative.com/incognito-search-chrome-extension/                    

Extension Basic Information

Name Incognito Search Plus Incognito Search Plus
ID leblpjbphcbikkpiildlcjjdneilgbpl
Official URL https://chromewebstore.google.com/detail/incognito-search-plus/leblpjbphcbikkpiildlcjjdneilgbpl
Description Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.
File Size 15.58 KB
Installation Count 412
Current Version 0.0.4
Last Updated 2019-07-31
Publish Date 2019-07-30
Rating 5.00/5 Total 3 Ratings
Developer https://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/incognito-search-chrome-extension/
Help Page URL https://browsernative.com/incognito-search-chrome-extension/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Search Plus",
    "short_name": "Incognito Search",
    "description": "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.",
    "version": "0.0.4",
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "omnibox": {
        "keyword": "i"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Incognito Search Plus"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/incognito-search-chrome-extension\/"
}