File upload block

Disable upload file input

什么是File upload block?

File upload block是由nbizinfosol开发的Chrome扩展程序,该扩展的主要功能是“Disable upload file input”。

下载File upload block扩展crx文件

下载File upload block扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
官方URL https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
简介 Disable upload file input
文件大小 64.58 KB
安装次数 214
当前版本 1.1
更新时间 2016-02-17
上架时间 2016-02-17
评分 3.00/5 共4次评分
开发者 nbizinfosol
付费类型 in_app
支持的语言 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"
    ]
}