IncognitoBlock

Closes incognito tabs, if a request is made

What is IncognitoBlock?

IncognitoBlock is a Chrome extension developed by sinansaral, and its main feature is "Closes incognito tabs, if a request is made".

Download IncognitoBlock Extension CRX File

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

                        Closes incognito tabs, upon requesting an url. This extension have to be enabled for incognito mode.                    

Extension Basic Information

Name IncognitoBlock IncognitoBlock
ID jafaofbjdlhjcnogpbmpdifjfbncebik
Official URL https://chrome.google.com/webstore/detail/incognitoblock/jafaofbjdlhjcnogpbmpdifjfbncebik
Description Closes incognito tabs, if a request is made
File Size 2.85 KB
Installation Count 113
Current Version 1.0
Last Updated 2013-07-27
Publish Date 2013-07-27
Rating 4.60/5 Total 5 Ratings
Developer sinansaral
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IncognitoBlock",
    "description": "Closes incognito tabs, if a request is made",
    "version": "1.0",
    "author": "[email protected]",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}