Outcognito2

This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.

Outcognito2 là gì?

Outcognito2 là một tiện ích mở rộng Chrome được phát triển bởi skeetsdev, và tính năng chính của nó là "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".

Ả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 Outcognito2

Tải xuống các tệp mở rộng Outcognito2 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

                        Blocks the usage of incognito mode, with the exception of a whitelist.                    

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

Tên Outcognito2 Outcognito2
ID mbhdjfinffpgholgmpjjbfbloecgejmn
URL Chính Thức https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn
Mô tả This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Kích Thước Tệp 90.54 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-01-30
Ngày Phát Hành 2020-01-30
Nhà Phát Triển skeetsdev
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": 2,
    "name": "Outcognito2",
    "description": "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "outcognito.png",
        "default_title": "Click here to update the whitelist",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}