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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    }
}