Comodo AdBlocker

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

Τι είναι το Comodo AdBlocker;

Το Comodo AdBlocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.comodo.com, και η κύρια λειτουργία του είναι "Based on the same open source codebase used by over 50 million people, improved by blocking malware, tracking & ALL display ads".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Comodo AdBlocker

Λήψη αρχείων επέκτασης Comodo AdBlocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Comodo AdBlocker has been built using the same open source ad blocker code base used by over 50 million people 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 AdBlocker Comodo AdBlocker
ID elhcnbjoomhmifmfeggoalmplblcmcin
Επίσημο URL https://chromewebstore.google.com/detail/comodo-adblocker/elhcnbjoomhmifmfeggoalmplblcmcin
Περιγραφή Based on the same open source codebase used by over 50 million people, improved by blocking malware, tracking & ALL display ads
Μέγεθος Αρχείου 487 KB
Αριθμός Εγκαταστάσεων 7,753
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2016-01-20
Ημερομηνία Δημοσίευσης 2016-01-18
Αξιολόγηση 4.18/5 Συνολικά 51 Αξιολογήσεις
Προγραμματιστής https://www.comodo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.comodo.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.comodo.com/repository/cgi_privacy_agreement.php
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "28.0",
    "name": "__MSG_name__",
    "description": "__MSG_description_chrome__",
    "short_name": "__MSG_name__",
    "options_page": "options.html",
    "version": "1.0.8",
    "default_locale": "en_US",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "web_accessible_resources": [
        "block.html"
    ],
    "background": {
        "scripts": [
            "ext\/common.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/adblockplus.js",
            "lib\/punycode.js",
            "lib\/publicSuffixList.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "webrequest.js",
            "messageResponder.js",
            "popupBlocker.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/abp-19.png",
            "38": "icons\/abp-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/detailed\/abp-128.png",
        "16": "icons\/abp-16.png",
        "32": "icons\/abp-32.png",
        "48": "icons\/detailed\/abp-48.png",
        "64": "icons\/detailed\/abp-64.png"
    }
}