WebExtension.net
Toggle dark mode
WebExtension.net

uMatrix

View on Chrome Web Store
View uMatrix Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (809 ratings)
1 new ratings
16 views
This extension has been viewed 16 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.
Type
Extension
Users
80,000 users
10K
Raymond Hill (gorhill)
View author page of Raymond Hill (gorhill)
Published
Published on November 7, 2014
Version 1.4.4
Manifest version
2
Updated
Updated on July 20, 2021
make_chrome_yours/privacy
Extension Category
View on Chrome Web Store
View uMatrix Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "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": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "45.0",
    "name": "uMatrix",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "browsingData",
        "cookies",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "<all_urls>"
    ],
    "short_name": "uMatrix",
    "version": "1.4.4"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top