Secured Downloads

Scan your downloads and make sure you are secured

Secured Downloads란 무엇입니까?

Secured Downloads은(는) https://doc2google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan your downloads and make sure you are secured"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Secured Downloads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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';"
}