uMatrix development build

Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.

Τι είναι το uMatrix development build;

Το uMatrix development build είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raymond Hill (gorhill), και η κύρια λειτουργία του είναι "Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης uMatrix development build

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

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

                        This is the official development build of uMatrix.

The stable version of uMatrix is at:
https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf

Use this development build of uMatrix if you want to help test new fixes since last stable release version, and to help find regression bugs.

Report regression bugs at uMatrix issue tracker:
https://github.com/uBlockOrigin/uMatrix-issues

"uMatrix dev build" does not share any settings with the stable release of "uMatrix", they are installed as two distinct extensions. If needed, use the backup/restore feature of uMatrix to transfer settings between the two extensions.                    

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

Όνομα uMatrix development build uMatrix development build
ID eckgcipdkhcfghnmincccnhpdmnbefki
Επίσημο URL https://chromewebstore.google.com/detail/umatrix-development-build/eckgcipdkhcfghnmincccnhpdmnbefki
Περιγραφή Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.
Μέγεθος Αρχείου 1.76 MB
Αριθμός Εγκαταστάσεων 1,098
Τρέχουσα Έκδοση 1.4.1.0
Τελευταία Ενημέρωση 2020-01-05
Ημερομηνία Δημοσίευσης 2019-12-25
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Raymond Hill (gorhill)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/uBlockOrigin/uMatrix-issues
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/gorhill/uMatrix/wiki
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/gorhill/uBlock/wiki/Privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,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,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Raymond Hill",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19-19.png"
        },
        "default_popup": "popup.html",
        "default_title": "uMatrix dev build"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript-start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "\/js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "homepage_url": "https:\/\/github.com\/gorhill\/uMatrix\/wiki",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "45.0",
    "name": "uMatrix development build",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "browsingData",
        "cookies",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "uMatrix dev build",
    "version": "1.4.1.0"
}