Ninja

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

Qu'est-ce que Ninja ?

Ninja est une extension Chrome développée par Sahithyan, et sa fonction principale est "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ninja

Téléchargez les fichiers d'extension Ninja au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ninja Ninja
ID bhfbmochnkclmomfbpfaoiicanbamekb
URL Officiel https://chromewebstore.google.com/detail/ninja/bhfbmochnkclmomfbpfaoiicanbamekb
Description Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
Taille du Fichier 28.23 KB
Nombre d'Installations 79
Version Actuelle 1.5
Dernière Mise à Jour 2021-09-30
Date de Publication 2020-06-11
Développeur Sahithyan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}