WebExtension.net
WebExtension.net

YouTube Control Center

View on Chrome Web Store
View YouTube Control Center Chrome Extension on Chrome Web Store
3.2 (71 ratings)

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

YouTube popup pause and resume as well as no buffer, HD quality, wide screen, ...
Type
Extension
Users
10,000 users
InBasic
View author page of InBasic
Published
Published on August 24, 2017
Version 0.7.0
Manifest version
3
Updated
Updated on May 5, 2024
View on Chrome Web Store
View YouTube Control Center Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Control Center",
    "description": "YouTube popup pause and resume as well as no buffer, HD quality, wide screen, ...",
    "version": "0.7.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "data\/page.js",
                "data\/controls\/isolated.js",
                "data\/quality\/isolated.js",
                "data\/next_track.js",
                "data\/css.js"
            ],
            "css": [
                "data\/no_buffer.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "data\/no_buffer.js",
                "data\/controls\/main.js",
                "data\/quality\/main.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "world": "MAIN"
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "action": {
        "default_title": "YouTube Control Center\n\n-> Opens YouTube when no player is detected.\n-> Displays the control popup when there is at least one YouTube player"
    },
    "homepage_url": "https:\/\/add0n.com\/control-center.html",
    "commands": {
        "_execute_action": [],
        "pause": {
            "description": "Stat the player"
        },
        "stop": {
            "description": "Stop the player"
        },
        "play": {
            "description": "Pause the player"
        },
        "next": {
            "description": "Move to the next track"
        },
        "previous": {
            "description": "Move to the previous track"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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