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"
    ]
}