WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Auto HD + FPS

YouTube Auto HD + FPS

View on Chrome Web Store
View YouTube Auto HD + FPS Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (1,285 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Automatically set the video quality on YouTube according to its FPS!
Type
Extension
Users
100,000 users
Website avi12.com
avi12-dev
View author page of avi12-dev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 1, 2017
Version 1.12.0
Manifest version
3
Updated
Updated on June 3, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Auto HD + FPS 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 Auto HD + FPS",
    "description": "__MSG_cj_i18n_02146__",
    "version": "1.12.0",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/avi12\/youtube-auto-hd",
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.youtube-nocookie.com\/*",
        "https:\/\/youtube.googleapis.com\/*"
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "author": {
        "email": "[email protected]"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "YouTube Auto HD + FPS",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.googleapis.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/desktop.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-scripts\/resize.js"
            ]
        }
    ]
}
© 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