Ninja

Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed

Was ist Ninja?

Ninja ist eine Chrome-Erweiterung, die von Sahithyan entwickelt wurde, und ihr Hauptmerkmal ist "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed".

Erweiterungsscreenshots

screenshot

Ninja-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ninja-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ninja chrome extensions helps you to open a webpage in incognito mode just in one click. No hassles any more.                    

Grundlegende Informationen zur Erweiterung

Name Ninja Ninja
ID bhfbmochnkclmomfbpfaoiicanbamekb
Offizielle URL https://chromewebstore.google.com/detail/ninja/bhfbmochnkclmomfbpfaoiicanbamekb
Beschreibung Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
Dateigröße 28.23 KB
Installationsanzahl 79
Aktuelle Version 1.5
Letztes Update 2021-09-30
Veröffentlichungsdatum 2020-06-11
Entwickler Sahithyan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ninja",
    "version": "1.5",
    "author": "Sahithyan",
    "description": "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed",
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "history",
        "webNavigation"
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "action": {
        "default_icon": "icons\/logo \u2013 [email protected]",
        "default_title": "Open In Private Mode"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Open current tab in Private\/Incognito mode"
        },
        "add_private_website": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Add current website to Private Websites list"
        }
    }
}