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
官方網址 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"
    ]
}