WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Universal Video Player Controls

Universal Video Player Controls

View on Chrome Web Store
View Universal Video Player Controls Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (22 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.

This extension lets you quickly seek video playback forwards and backwards.
Type
Extension
Users
2,000 users
1K
rehfeldchris
View author page of rehfeldchris
Published
Published on May 15, 2018
Version 1.4
Manifest version
2
Updated
Updated on November 25, 2018
productivity/workflow
Extension Category
View on Chrome Web Store
View Universal Video Player Controls 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": 2,
    "author": "Chris Rehfeld [email protected]",
    "name": "Universal Video Player Controls",
    "short_name": "VideoCtnrls",
    "appNameCode": "umpc",
    "description": "This extension lets you quickly seek video playback forwards and backwards.",
    "version": "1.4",
    "minimum_chrome_version": "41",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "umpc-script-injector.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "umpc-background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "umpc-communicator.js",
        "umpc-parent.js",
        "umpc-endpoint.js"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/if_Arrow_Right_Square_16x16.png",
        "48": "icons\/if_Arrow_Right_Square_48x48.png",
        "128": "icons\/if_Arrow_Right_Square_128x128.png"
    }
}
© 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