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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में uMatrix development build एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}