Online Security Pro

Online security against malware, phishing and malicious websites.

Online Security Proคืออะไร?

Online Security Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.comodo.com และคุณลักษณะหลักของมันคือ "Online security against malware, phishing and malicious websites."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Security Pro

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

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

                        Online Security Pro protects you against malware, phishing and malicious websites.
Protect yourself, your family and your identity credentials against online threats, like phishing and malicious websites, with real-time protection from Comodo. 

Online Security Pro extension helps protect you against online threats, such as links in phishing emails and websites designed to trick you into downloading and installing malicious software that can harm your computer. 

While you are surfing on the internet, malicious links and phishing URLs are everywhere. So this extension helps you block those phishing urls and malicious links easily. 

How are we doing this?

Step 1: When you click a malicious link in an email or navigate to a site designed to trick you into disclosing financial, personal or other sensitive information, or a website that hosts malware, Online Security Pro checks it against a frequently updated list of malicious URLs known to Comodo. 

Step 2: If the malicious link matches one on the list, Online Security Pro shows an information screen letting you know that the web page you are about to visit is known to be harmful, and showing options for you to go back to safety, allow and go or report. 

Done! 

Also, this process does not affect your browsing speed, and you can surf the internet as fast as you can and securely.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Online Security Pro Online Security Pro
ID ffjgpapimgnmibnacmeilgjefnoofefp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-security-pro/ffjgpapimgnmibnacmeilgjefnoofefp
คำอธิบาย Online security against malware, phishing and malicious websites.
ขนาดไฟล์ 281 KB
จำนวนการติดตั้ง 23,209
เวอร์ชันปัจจุบัน 2.9.0.109
อัปเดตครั้งล่าสุด 2020-10-15
วันที่เผยแพร่ 2020-07-10
คะแนน 4.43/5 รวมทั้งหมด 177 คะแนน
ผู้พัฒนา https://www.comodo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://antivirus.comodo.com/online-security.php
URL หน้านโยบายความเป็นส่วนตัว https://www.comodo.com/repository/cgi_privacy_agreement.php
ภาษาที่รองรับ en,fr,nl,vi,tr,da,es,it,hu,pl,ro,bg,ru,uk,ar,zh-CN,zh-TW,ja
manifest.json
{
    "background": {
        "scripts": [
            "libs\/murmurHash3.js",
            "libs\/jszip.js",
            "libs\/jquery-3.2.1.min.js",
            "utils.js",
            "config.js",
            "antiphishing.js",
            "categories.js",
            "url_loookup.js",
            "bloomfilter.js",
            "whiteBloomFilter.js",
            "backend_notification.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Online Security Pro"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/antivirus.comodo.com\/online-security.php",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzS+lkIvUR21xrodzJ2ylIF4zVNCluMiHOjkN3cKW5Jndk3lNFOYFiG5NQ9zD7a+5N3J0mM\/q54apjWXn9JhTATck2EuVyX2IKVKKY3zI65ToCi6\/cx7VCu3cC4qhDmRsef\/Kf8IuIkWWqHDSBYMNLPMz95C8P98uUOs9IAPIOGy6zPTI7fLBS28e\/MigY9lmfGMkMihyyVU\/BAOx6x4Dd9UEpiYQvkbwhMSIx3GbViZQDQ9eQpg+Npk4WzXGRYg3TBtvtkMYafTb\/Cjy5DCJ3daZ4xHyN7OmAxg\/+aWcO3l\/Lsn+8jyPQ1Aay08QLaLCDNoPUlJHI7n\/dtRuEKHWpwIDAQAB",
    "manifest_version": 2,
    "name": "Online Security Pro",
    "options_page": "options\/options.html?tab=history",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "tabs",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "short_name": "__MSG_ext_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.0.109"
}