WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Patreon Video Quality & Download

Patreon Video Quality & Download

View on Chrome Web Store
View Patreon Video Quality & Download Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Force video quality and download Patreon videos
Type
Extension
Users
6 users
5
supp*****************
View author page of supp*****************
Published
Published on February 26, 2026
Version 1.0
Manifest version
3
Updated
Updated on February 26, 2026
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Patreon Video Quality & Download 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",
    "manifest_version": 3,
    "name": "Patreon Video Quality & Download",
    "version": "1.0",
    "description": "Force video quality and download Patreon videos",
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.patreon.com\/*",
        "https:\/\/stream.mux.com\/*",
        "https:\/\/*.fastly.mux.com\/*",
        "https:\/\/*.mux.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.patreon.com\/*"
            ],
            "js": [
                "mux-shim.js",
                "injected.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/www.patreon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    }
}
© 2026 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