Ninja

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

Ninja là gì?

Ninja là một tiện ích mở rộng Chrome được phát triển bởi Sahithyan, và tính năng chính của nó là "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ninja

Tải xuống các tệp mở rộng Ninja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ninja Ninja
ID bhfbmochnkclmomfbpfaoiicanbamekb
URL Chính Thức https://chromewebstore.google.com/detail/ninja/bhfbmochnkclmomfbpfaoiicanbamekb
Mô tả Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
Kích Thước Tệp 28.23 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-09-30
Ngày Phát Hành 2020-06-11
Nhà Phát Triển Sahithyan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}