File upload block

Disable upload file input

Что такое File upload block?

File upload block - это расширение Chrome, разработанное nbizinfosol, и его основная функция - "Disable upload file input".

Скачать файл CRX расширения File upload block

Скачайте файлы расширений 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"
    ]
}