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
官方網址 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
電子郵箱 [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"
        }
    }
}