Virus Checker

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

Virus Checkerคืออะไร?

Virus Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ethicalcoder91 และคุณลักษณะหลักของมันคือ "Virus Checker is an extension, which automatically blocks spam websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Virus Checker

ดาวน์โหลดไฟล์ส่วนขยาย Virus Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}