WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SmartVideo For YouTube

SmartVideo For YouTube

View on Chrome Web Store
View SmartVideo For YouTube Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (4 ratings)
2 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.

Control YouTube buffering, auto-loop, and quality settings.
Type
Extension
Users
221 users
8
Web
View author page of Web
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 6, 2026
Version 1.3
Manifest version
3
Updated
Updated on February 22, 2026
lifestyle/household
Extension Category
View on Chrome Web Store
View SmartVideo For YouTube 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": "SmartVideo For YouTube",
    "version": "1.3",
    "description": "Control YouTube buffering, auto-loop, and quality settings.",
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/myexthub.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "player.js"
            ],
            "run_at": "document_end",
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/myexthub.com\/*"
            ],
            "js": [
                "auth_content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}
© 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