Comodo UAdBlocker

Based on the same open source codebase used by over 50 million people, improved by blocking malware, tracking and ALL display ads

Comodo UAdBlockerคืออะไร?

Comodo UAdBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.comodo.com และคุณลักษณะหลักของมันคือ "Based on the same open source codebase used by over 50 million people, improved by blocking malware, tracking and ALL display ads"

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

screenshot

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

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

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

                        Comodo UAdBlocker has been built using the same open source ad blocker code but improved by blocking malware, tracking and ALL display ads. 

Using Comodo AdBlocker will have the following benefits for your browsing:

Malvertising Protection
Web advertisements are being increasingly used as vehicles for distributing malware.
A legitimate ad can be infected by a virus or a fraudulent ad can be introduced into a network that places ads on web sites.

Faster Browsing
An ad can slow your computer and use up CPU time by reading and writing cookies, making many connections and downloading unwanted software.
“Malvertising” and other inefficient ads slow your browser’s performance by running processor intensive scripts and by reading and writing many cookies on your computer.

Improved Privacy
Cookies, Spyware and other malware spread through advertising banners can monitor your activities and steal your personal information.                    

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

ชื่อ Comodo UAdBlocker Comodo UAdBlocker
ID hhnkmoijlinhobdagnchdhogdmedamce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comodo-uadblocker/hhnkmoijlinhobdagnchdhogdmedamce
คำอธิบาย Based on the same open source codebase used by over 50 million people, improved by blocking malware, tracking and ALL display ads
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 1,236
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2016-06-23
วันที่เผยแพร่ 2016-06-22
คะแนน 4.28/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://www.comodo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.comodo.com/repository/cgi_privacy_agreement.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comodo UAdBlocker",
    "version": "1.0.8",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19.png",
            "38": "img\/browsericons\/icon38.png"
        },
        "default_title": "Comodo UAdBlocker",
        "default_popup": "popup.html"
    },
    "author": "All Comodo UAdBlocker contributors",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vapi-client.js",
                "js\/contentscript-start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript-end.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.adblockplus.org\/*",
                "https:\/\/*.adblockplus.me\/*",
                "https:\/\/www.fanboy.co.nz\/*",
                "https:\/\/github.com\/gorhill\/uBlock\/wiki\/Filter-lists-from-around-the-web"
            ],
            "js": [
                "js\/subscriber.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "incognito": "split",
    "minimum_chrome_version": "22.0",
    "options_page": "dashboard.html",
    "options_ui": {
        "page": "options_ui.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Comodo UAdBlocker",
    "storage": {
        "managed_schema": "managed_storage.json"
    }
}