uBlock Origin

Finally, an efficient blocker. Easy on CPU and memory.

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

Το uBlock Origin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raymond Hill (gorhill), και η κύρια λειτουργία του είναι "Finally, an efficient blocker. Easy on CPU and memory.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        IMPORTANT: uBlock Origin is completely unrelated to the site "ublock.org".

uBlock Origin is not an "ad blocker", it's a wide-spectrum content blocker with CPU and memory efficiency as a primary feature.

***

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

- uBlock Origin filter lists
- EasyList (ads)
- EasyPrivacy (tracking)
- Peter Lowe’s Ad server list (ads and tracking)
- Online Malicious URL Blocklist

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

- Annoyances (cookie warnings, overlays, etc.)
- hosts-based lists
- And many others

Additionally, you can point-and-click to block JavaScript locally or globally, create your own global or local rules to override entries from filter lists, and many more advanced features.

***

Free.
Open source with public license (GPLv3)
For users by users.

If ever you really do want to contribute something, think about the people working hard to maintain the filter lists you are using, which were made available to use by all for free.

***

Documentation:
https://github.com/gorhill/uBlock#ublock-origin

Project change log:
https://github.com/gorhill/uBlock/releases

Contributors @ Github:
https://github.com/gorhill/uBlock/graphs/contributors

Contributors @ Crowdin:
https://crowdin.net/project/ublock                    

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

Όνομα uBlock Origin uBlock Origin
ID cjpalhdlnbpafiamejdnhcphjbkeiagm
Επίσημο URL https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm
Περιγραφή Finally, an efficient blocker. Easy on CPU and memory.
Μέγεθος Αρχείου 3.68 MB
Αριθμός Εγκαταστάσεων 37,000,000
Τρέχουσα Έκδοση 1.56.0
Τελευταία Ενημέρωση 2024-02-22
Ημερομηνία Δημοσίευσης 2020-06-28
Αξιολόγηση 4.67/5 Συνολικά 28911 Αξιολογήσεις
Προγραμματιστής Raymond Hill (gorhill)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/gorhill/uBlock
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/gorhill/uBlock
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/gorhill/uBlock/wiki/Privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,sw,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,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Raymond Hill & contributors",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "64": "img\/icon_64.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "uBlock Origin"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        },
        "toggle-cosmetic-filtering": {
            "description": "__MSG_toggleCosmeticFiltering__"
        },
        "toggle-javascript": {
            "description": "__MSG_toggleJavascript__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.letsblock.it\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/updater.js"
            ],
            "matches": [
                "https:\/\/github.com\/uBlockOrigin\/*",
                "https:\/\/ublockorigin.github.io\/*",
                "https:\/\/*.reddit.com\/r\/uBlockOrigin\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "73.0",
    "name": "uBlock Origin",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "uBlock\u2080",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.56.0",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}