IncognitoOpener

Open Url in Incognito Mode

What is IncognitoOpener?

IncognitoOpener is a Chrome extension developed by batuhan.extension.dev, and its main feature is "Open Url in Incognito Mode".

Extension Screenshots

screenshot
screenshot
screenshot

Download IncognitoOpener Extension CRX File

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

                        Articles are blocked by a Paywall ? Use this Extension to open the link in a new incognito tab to bypass the paywall.                    

Extension Basic Information

Name IncognitoOpener IncognitoOpener
ID olnafnnbggidjhimjpmahcbejkcgmofl
Official URL https://chrome.google.com/webstore/detail/incognitoopener/olnafnnbggidjhimjpmahcbejkcgmofl
Description Open Url in Incognito Mode
File Size 13.6 KB
Installation Count 541
Current Version 1.0
Last Updated 2021-01-30
Publish Date 2021-01-30
Rating 2.33/5 Total 3 Ratings
Developer batuhan.extension.dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IncognitoOpener",
    "version": "1.0",
    "description": "Open Url in Incognito Mode",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/spy_16.png",
        "32": "images\/spy_32.png",
        "64": "images\/spy_64.png",
        "128": "images\/spy_128.png"
    }
}