File upload block

Disable upload file input

Wat is File upload block?

File upload block is een Chrome-extensie ontwikkeld door nbizinfosol, en de belangrijkste functie is "Disable upload file input".

Download het CRX-bestand van de extensie File upload block

Download File upload block-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
Officiële URL https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
Beschrijving Disable upload file input
Bestandsgrootte 64.58 KB
Aantal Installaties 214
Huidige Versie 1.1
Laatst Bijgewerkt 2016-02-17
Publicatiedatum 2016-02-17
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar nbizinfosol
Betalingswijze in_app
Ondersteunde Talen 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"
    ]
}