WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube H.264 Optimizer

YouTube H.264 Optimizer

View on Chrome Web Store
View YouTube H.264 Optimizer Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (3 ratings)
1 new ratings
49 views
This extension has been viewed 49 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.

Optimize YouTube video playback by forcing H.264 codec for improved performance and battery life
Type
Extension
Users
1,000 users
12
max1
View author page of max1
Published
Published on April 18, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on May 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View YouTube H.264 Optimizer 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",
    "name": "YouTube H.264 Optimizer",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "h264ify",
        "default_popup": "options.html"
    },
    "background": {
        "service_worker": "src\/service_worker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.youtube-nocookie.com\/*",
        "*:\/\/*.youtu.be\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*",
                "*:\/\/*.youtu.be\/*"
            ],
            "js": [
                "src\/inject\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "scripting",
        "storage"
    ]
}
© 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