Ninja

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

Ninjaとは何ですか?

NinjaはSahithyanによって開発されたChromeの拡張機能で、その主な機能は「Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed」です。

拡張機能のスクリーンショット

screenshot

Ninja拡張機能のCRXファイルをダウンロード

Ninja拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Ninja Ninja
ID bhfbmochnkclmomfbpfaoiicanbamekb
公式URL https://chromewebstore.google.com/detail/ninja/bhfbmochnkclmomfbpfaoiicanbamekb
説明 Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
ファイルサイズ 28.23 KB
インストール数 79
現在のバージョン 1.5
最終更新日 2021-09-30
公開日 2020-06-11
開発者 Sahithyan
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    }
}