WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Default Settings

YouTube Default Settings

View on Chrome Web Store
View YouTube Default Settings Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Set default values to YouTube (quality, speed, subtitles, audio), also includes an audio normalizer and members-only video filter.
Type
Extension
Users
69 users
1
YouGo
View author page of YouGo
Published
Published on March 29, 2025
Version 1.8.1
Manifest version
3
Updated
Updated on August 2, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View YouTube Default Settings 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",
    "version": "1.8.1",
    "description": "Set default values to YouTube (quality, speed, subtitles, audio), also includes an audio normalizer and members-only video filter.",
    "author": "YouGo",
    "manifest_version": 3,
    "name": "YouTube Default Settings",
    "icons": {
        "48": "dist\/assets\/icons\/icon.png",
        "96": "dist\/assets\/icons\/icon.png"
    },
    "action": {
        "default_icon": {
            "48": "dist\/assets\/icons\/icon.png",
            "96": "dist\/assets\/icons\/icon.png"
        },
        "default_popup": "dist\/popup\/popup.html",
        "default_title": "YDS"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.youtube-nocookie.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "dist\/browser-polyfill.js",
                "dist\/content\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "dist\/background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/content\/scripts\/VideoQualityScript.js",
                "dist\/content\/scripts\/VideoSpeedScript.js",
                "dist\/content\/scripts\/SubtitlesScript.js",
                "dist\/content\/scripts\/AudioNormalizerScript.js",
                "dist\/content\/scripts\/VolumeScript.js",
                "dist\/content\/scripts\/MembersFetchInterceptorScript.js",
                "dist\/content\/scripts\/AudioTrackScript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*"
            ]
        }
    ],
    "options_page": "dist\/popup\/settings.html"
}
© 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