WebExtension.net
Toggle dark mode
WebExtension.net

HD, Replay, Popout for YouTube™

View on Chrome Web Store
View HD, Replay, Popout for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (87 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window.
Type
Extension
Users
2,000 users
Smart Software
View author page of Smart Software
Published
Published on July 23, 2014
Version 1.0.1.7
Manifest version
3
Updated
Updated on December 12, 2023
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View HD, Replay, Popout 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
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "72": "images\/72.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [],
            "js": [
                "js\/youtube.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/youtubescript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "name": "__MSG_ext_name__",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "1.0.1.7"
}
© 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