Virus Checker

Virus Checker is an extension, which automatically blocks spam websites.

Virus Checker란 무엇입니까?

Virus Checker은(는) ethicalcoder91에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Virus Checker is an extension, which automatically blocks spam websites."입니다.

확장 프로그램 스크린샷

screenshot

Virus Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Virus Checker is an extension, which automatically blocks spam websites. Additionally, this extension will give you alert to these websites.
Virus Checker allows you to customize your web experience. You can block annoying ads, disable tracking and lots more. It’s available for all major desktop browsers and for your mobile devices.
Filter lists are sets of rules that tell your browser which elements to block.
Almost all pre-made filter lists are created, published and maintained by users for users under open source licenses.
Many ads have tracking built in and some may even contain malware. Because of this, Virus Checker provides certain levels of tracking and malware protection by default.                    

확장 프로그램 기본 정보

이름 Virus Checker Virus Checker
ID ecpkbbplpehkkgaojngfhmfjgpkjbnci
공식 URL https://chromewebstore.google.com/detail/virus-checker/ecpkbbplpehkkgaojngfhmfjgpkjbnci
설명 Virus Checker is an extension, which automatically blocks spam websites.
파일 크기 205 KB
설치 횟수 1,179
현재 버전 1.2
최근 업데이트 2022-02-01
출시 날짜 2021-01-16
평점 3.67/5 총 3 개의 평점
개발자 ethicalcoder91
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://viruschecker.us/
도움말 페이지 URL https://viruschecker.us/contact
개인정보 보호 정책 페이지 URL https://viruschecker.us/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virus Checker",
    "version": "1.2",
    "description": "Virus Checker is an extension, which automatically blocks spam websites.",
    "permissions": [
        "",
        "storage",
        "https:\/\/viruschecker.us\/webservices"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "[email protected]",
                "jquery-3.3.1.js"
            ],
            "css": [
                "sweetalert2.min.css",
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}