File upload block

Disable upload file input

Co to jest File upload block?

File upload block to rozszerzenie Chrome opracowane przez nbizinfosol, a jego główną funkcją jest „Disable upload file input”.

Pobierz plik CRX rozszerzenia File upload block

Pobierz pliki rozszerzeń File upload block w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
Oficjalny URL https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
Opis Disable upload file input
Rozmiar pliku 64.58 KB
Liczba instalacji 214
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-02-17
Data Publikacji 2016-02-17
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper nbizinfosol
Typ Płatności in_app
Obsługiwane Języki 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"
    ]
}