Outcognito

This extention disables incognito mode

Outcognito là gì?

Outcognito 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".

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

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

                        Simple extension that disables Incognito mode. Must have this app enabled in incognito mode. Made as a productivity helper, not a restriction, so no password locks, the extension can be disabled by anyone. If this gets any popularity, I'll add features, but I'm just planning to use this for myself.

comments / questions / requests to : [email protected]                    

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

Tên Outcognito Outcognito
ID pffildiobkehaebeknnlihlmodoecjha
URL Chính Thức https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha
Mô tả This extention disables incognito mode
Kích Thước Tệp 4.28 KB
Số Lần Cài Đặt 613
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-08
Ngày Phát Hành 2016-09-08
Đánh Giá 4.74/5 Tổng số 19 Đánh Giá
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": "Outcognito",
    "description": "This extention disables incognito mode",
    "version": "1.0",
    "browser_action": {
        "default_icon": "outcognito.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "windows"
    ]
}