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
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.

Allows you to set default values to YouTube's video player (quality, speed, subtitles, audio normalizer)
Type
Extension
Users
25 users
1
YouGo
View author page of YouGo
Published
Published on March 29, 2025
Version 1.2.20
Manifest version
3
Updated
Updated on June 16, 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",
    "manifest_version": 3,
    "name": "YouTube Default Settings",
    "version": "1.2.20",
    "description": "Allows you to set default values to YouTube's video player (quality, speed, subtitles, audio normalizer)",
    "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"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*"
            ]
        }
    ]
}
© 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