File upload block
Disable upload file input
Apa itu File upload block?
File upload block adalah ekstensi Chrome yang dikembangkan oleh nbizinfosol, dan fitur utamanya adalah "Disable upload file input".
Unduh Berkas CRX Ekstensi File upload block
Unduh file ekstensi File upload block dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | File upload block |
ID | lbdnedphfgalkmehcjipbkieiepahkkm |
URL Resmi | https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm |
Deskripsi | Disable upload file input |
Ukuran File | 64.58 KB |
Jumlah Instalasi | 214 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-02-17 |
Tanggal Publikasi | 2016-02-17 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | nbizinfosol |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | 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" ] } |