Video Play Speed

Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.

Wat is Video Play Speed?

Video Play Speed is een Chrome-extensie ontwikkeld door Josephus Paye II, en de belangrijkste functie is "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Play Speed

Download Video Play Speed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to easily change the playback speed of videos you are watching. You can speed up or slow down your videos in 3 clicks:

1. Right-click the video
2. Click Video Play Speed
3. Choose your playback speed

Note: YouTube™ videos not supported, as YouTube™ already supports changing the playback speed. Also, flash videos not supported, HTML5 videos only.

YouTube™ is a trademark of Google Inc.

The source of this extension is available here: https://github.com/JosephusPaye/video-playback-speed-extension                    

Basisinformatie over de Extensie

Naam Video Play Speed Video Play Speed
ID lciiobdgpdlmfjnahgcdmgebmpfkphpb
Officiële URL https://chromewebstore.google.com/detail/video-play-speed/lciiobdgpdlmfjnahgcdmgebmpfkphpb
Beschrijving Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.
Bestandsgrootte 55.27 KB
Aantal Installaties 3,259
Huidige Versie 0.1
Laatst Bijgewerkt 2024-01-16
Publicatiedatum 2016-03-31
Beoordeling 3.09/5 Totaal 11 Beoordelingen
Ontwikkelaar Josephus Paye II
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Play Speed",
    "author": "Josephus Paye II",
    "description": "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "video-speed.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}