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.

Qu'est-ce que Video Play Speed ?

Video Play Speed est une extension Chrome développée par Josephus Paye II, et sa fonction principale est "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video Play Speed

Téléchargez les fichiers d'extension Video Play Speed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Video Play Speed Video Play Speed
ID lciiobdgpdlmfjnahgcdmgebmpfkphpb
URL Officiel https://chromewebstore.google.com/detail/video-play-speed/lciiobdgpdlmfjnahgcdmgebmpfkphpb
Description Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.
Taille du Fichier 55.27 KB
Nombre d'Installations 3,259
Version Actuelle 0.1
Dernière Mise à Jour 2024-01-16
Date de Publication 2016-03-31
Évaluation 3.09/5 Total 11 Évaluations
Développeur Josephus Paye II
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}