File upload block

Disable upload file input

File upload block là gì?

File upload block là một tiện ích mở rộng Chrome được phát triển bởi nbizinfosol, và tính năng chính của nó là "Disable upload file input".

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

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

                        Block all the file uploads from your computer and protect your confidential files from unauthorized copying. Today staffs and other people can send confidential files out of your office using gmail, hotmail and other free web email services.  This app will block any web email uploads so that they cannot send confidential documents out of your network.                    

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

Tên File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
URL Chính Thức https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
Mô tả Disable upload file input
Kích Thước Tệp 64.58 KB
Số Lần Cài Đặt 214
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-17
Ngày Phát Hành 2016-02-17
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển nbizinfosol
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Disable upload file input",
    "icons": {
        "128": "upload_disable.png"
    },
    "manifest_version": 2,
    "name": "File upload block",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "notavailable.html",
        "notavailable.js",
        "notavailable.css"
    ]
}