WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Controls for Youtube

Controls for Youtube

View on Chrome Web Store
View Controls for Youtube Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (124 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Quickly seek Youtube video playback forwards and backwards by either 3 or 15 seconds.
Type
Extension
Users
9,000 users
1K
Website rehfeld.us
rehfeldchris
View author page of rehfeldchris
Published
Published on July 23, 2016
Version 1.37
Manifest version
3
Updated
Updated on August 12, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Controls 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,
    "author": "Chris Rehfeld [email protected]",
    "homepage_url": "http:\/\/rehfeld.us\/browser-extensions\/controls-for-youtube",
    "name": "Controls for Youtube",
    "short_name": "Ctrls4Utube",
    "description": "Quickly seek Youtube video playback forwards and backwards by either 3 or 15 seconds.",
    "version": "1.37",
    "extNameCode": "yts",
    "minimum_chrome_version": "88",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "css": [
                "yts-controls.css"
            ],
            "js": [
                "ChromeStorageUpdateSynchronizer.js",
                "yts-TimePositionMemory.js",
                "yts-util.js",
                "saved-settings-misc.js",
                "yts-controls.js",
                "yts-script-injector.js"
            ]
        }
    ],
    "service_worker": "yts-background.js",
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "yts-util.js",
                "saved-settings-misc.js",
                "icons\/circ-seek.svg",
                "icons\/rect-seek.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/Actions-go-previous-icon-16.png",
        "48": "icons\/Actions-go-previous-icon-48.png",
        "128": "icons\/Actions-go-previous-icon-128.png"
    },
    "commands": []
}
© 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