Secured Downloads

Scan your downloads and make sure you are secured

Что такое Secured Downloads?

Secured Downloads - это расширение Chrome, разработанное https://doc2google.com, и его основная функция - "Scan your downloads and make sure you are secured".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Secured Downloads

Скачайте файлы расширений Secured Downloads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Add the first layer of virus and threat protection by enabling online scan of every download.

Make sure all the files you download are safe and un marked.

This extension scans every download and notifies you if the file is marked by any type of Antivirus.


Update:
* Bug fixes
* Support masked download URLs                    

Основная информация о расширении

Название Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
Официальный URL https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Описание Scan your downloads and make sure you are secured
Размер файла 8.98 MB
Количество установок 1,552
Текущая Версия 1.1.2
Последнее Обновление 2020-09-15
Дата публикации 2019-11-07
Рейтинг 4.57/5 Всего 7 оценок
Разработчик https://doc2google.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secured Downloads",
    "description": "Scan your downloads and make sure you are secured",
    "version": "1.1.2",
    "minimum_chrome_version": "38",
    "permissions": [
        "downloads",
        "webNavigation",
        "notifications",
        "http:\/\/www.virustotal.com\/",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "good.png",
        "bad.jpg",
        "unknown.jpg"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.virustotal.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';"
}