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)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc."입니다.

확장 프로그램 스크린샷

screenshot

uMatrix development build 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}