MalwareAI Browser Security

The MalwareAI Browser Security extension provides more security while browsing the Internet.

MalwareAI Browser Security란 무엇입니까?

MalwareAI Browser Security은(는) https://malware.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The MalwareAI Browser Security extension provides more security while browsing the Internet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MalwareAI Browser Security 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Malware.AI Browser Security for Chrome

Avoid infections and other unwanted outcomes when you open suspicious documents or links to documents by checking it against Malware.AI. Malware.AI is a combination of intelligent image recognition mechanisms and self-learning neural networks to detect malware.

Malware.AI Browser Security is an extension for Chrome that is accessible from the context menu. It instantly scans inline documents, downloaded documents and links to documents and blocks them if malicious content is found.

Features:
- Completely free
- Protects against links to malicious documents
- Protects against opening malicious inline documents
- Blocks downloading of malicious documents
- Scans documents before viewing them
- Scans documents before downloading them
- Scans files up to 16MB in size, before downloading them from the internet
- Provides possibility to skip scans
- Provides possibility to manually block/unblock downloads und inline documents                    

확장 프로그램 기본 정보

이름 MalwareAI Browser Security MalwareAI Browser Security
ID fjbjbkoepflddmlieaicfhelkdmkbcdb
공식 URL https://chromewebstore.google.com/detail/malwareai-browser-securit/fjbjbkoepflddmlieaicfhelkdmkbcdb
설명 The MalwareAI Browser Security extension provides more security while browsing the Internet.
파일 크기 2.25 MB
설치 횟수 1,035
현재 버전 1.4.2
최근 업데이트 2023-01-27
출시 날짜 2021-02-04
평점 5.00/5 총 25 개의 평점
개발자 https://malware.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.malware.ai/
도움말 페이지 URL https://www.malware.ai/
개인정보 보호 정책 페이지 URL https://www.inlyse.com/privacypolicy.html
지원되는 언어 de,en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MalwareAI Browser Security",
    "short_name": "malwareai",
    "version": "1.4.2",
    "description": "The MalwareAI Browser Security extension provides more security while browsing the Internet.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "web_accessible_resources": [
        "html\/*",
        "js\/*",
        "css\/*",
        "images\/*",
        "fonts\/*"
    ],
    "manifest_version": 2,
    "default_locale": "en"
}