File upload block
Disable upload file input
What is File upload block?
File upload block is a Chrome extension developed by nbizinfosol, and its main feature is "Disable upload file input".
Download File upload block Extension CRX File
Download File upload block extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | File upload block |
ID | lbdnedphfgalkmehcjipbkieiepahkkm |
Official URL | https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm |
Description | Disable upload file input |
File Size | 64.58 KB |
Installation Count | 214 |
Current Version | 1.1 |
Last Updated | 2016-02-17 |
Publish Date | 2016-02-17 |
Rating | 3.00/5 Total 4 Ratings |
Developer | nbizinfosol |
Payment Type | in_app |
Supported Languages | 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" ] } |