Video Playback Speed

Allows you to change the playback speed of a video.

Qu'est-ce que Video Playback Speed ?

Video Playback Speed est une extension Chrome développée par Tom2718, et sa fonction principale est "Allows you to change the playback speed of a video.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Video Playback 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

                        A very simple extension that allows the user to change the playback speed of a video.

- Ultra lightweight and very simple. 
- Open source code.
- Change playback speed to any number.
- Easy 'up' and 'down' controls.

Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code.

View source code here:
https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension                    

Informations de Base sur l'Extension

Nom Video Playback Speed Video Playback Speed
ID oadpkpccehnaggddokffjbamieodolki
URL Officiel https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki
Description Allows you to change the playback speed of a video.
Taille du Fichier 4.88 KB
Nombre d'Installations 254
Version Actuelle 1.0
Dernière Mise à Jour 2018-08-07
Date de Publication 2018-07-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tom2718
Type de Paiement free
Site Web de l'Extension https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
URL de la Page d'Aide https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speed",
    "description": "Allows you to change the playback speed of a video.",
    "author": "Tom2718",
    "version": "1.0",
    "browser_action": {
        "default_icon": "video-ext.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}