Video player extension

More control over the video player

What is Video player extension?

Video player extension is a Chrome extension developed by dskloet, and its main feature is "More control over the video player".

Extension Screenshots

screenshot

Download Video player extension Extension CRX File

Download Video player extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                    

Extension Basic Information

Name Video player extension Video player extension
ID kkipdgnjllphhbcoapilfpmflipdblfl
Official URL https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl
Description More control over the video player
File Size 24.99 KB
Installation Count 145
Current Version 0.8
Last Updated 2023-11-17
Publish Date 2020-09-24
Rating 5.00/5 Total 1 Ratings
Developer dskloet
Email [email protected]
Payment Type free
Privacy Policy Page URL https://dskl.net/screen/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}