ADZbuzz uBlock

ADZbuzz fork of the famous uBlock. A multi-purpose blocker for the user, by the user.

Τι είναι το ADZbuzz uBlock;

Το ADZbuzz uBlock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ublock.adzbuzz.com, και η κύρια λειτουργία του είναι "ADZbuzz fork of the famous uBlock. A multi-purpose blocker for the user, by the user.".

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

screenshot

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

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

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

                        ACKNOWLEDGEMENT: We acknowledge and will continue to do so, uBlock Origin, from which this blocker is forked from. ADZbuzz uBlock inherits the benefits of the uBlock Origin with a minor twist for ADZbuzz to be to utilize this tool to provide a win-win situation for content users and publishers alike.

Here's the detailed description quote from uBlock Origin which applies to this extension as well:

An efficient blocker: easy on memory and CPU footprint, and yet can load and enforce thousands more filters than other popular blockers out there.

Illustrated overview of its efficiency: https://github.com/gorhill/uBlock/wiki/uBlock-vs.-ABP:-efficiency-compared

Usage: The big power button in the popup is to permanently disable/enable uBlock Origin for the current web site. It applies to the current web site only, it is not a global power button.

***

Flexible, it's more than an "ad blocker": it can also read and create filters from hosts files.

Out of the box, these lists of filters are loaded and enforced:

- EasyList
- Peter Lowe’s Ad server list
- EasyPrivacy
- Malware domains

More lists are available for you to select if you wish:

- Fanboy’s Enhanced Tracking List
- Dan Pollock’s hosts file
- hpHosts’s Ad and tracking servers
- MVPS HOSTS
- Spam404
- And many others

Of course, the more filters enabled, the higher the memory footprint. Yet, even after adding Fanboy's two extra lists, hpHosts’s Ad and tracking servers, uBlock Origin still has a lower memory footprint than other very popular blockers out there.

Also, be aware that selecting some of these extra lists may lead to higher likelihood of web site breakage -- especially those lists which are normally used as hosts file.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ADZbuzz uBlock ADZbuzz uBlock
ID kllohiclobgoaffphlofnjdlabflpgha
Επίσημο URL https://chromewebstore.google.com/detail/adzbuzz-ublock/kllohiclobgoaffphlofnjdlabflpgha
Περιγραφή ADZbuzz fork of the famous uBlock. A multi-purpose blocker for the user, by the user.
Μέγεθος Αρχείου 3.05 MB
Αριθμός Εγκαταστάσεων 962
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2016-12-13
Ημερομηνία Δημοσίευσης 2016-12-12
Αξιολόγηση 4.30/5 Συνολικά 56 Αξιολογήσεις
Προγραμματιστής https://ublock.adzbuzz.com
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://adzbuzzhelp.com
Υποστηριζόμενες Γλώσσες id,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,te,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ADZbuzz uBlock",
    "version": "0.0.0.2",
    "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": "ADZbuzz uBlock",
        "default_popup": "popup.html"
    },
    "author": "ADZbuzz Developers and All uBlock Origin contributors",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vapi-client.js",
                "js\/contentscript.js",
                "js\/adzbuzz.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "incognito": "split",
    "minimum_chrome_version": "26.0",
    "optional_permissions": [
        "file:\/\/\/*"
    ],
    "options_page": "dashboard.html",
    "options_ui": {
        "page": "options_ui.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "ADZbuzz uBlock",
    "storage": {
        "managed_schema": "managed_storage.json"
    }
}