DevCamp Video Player Enhancer

Improves upon the default video player that is built into the DevCamp website

Qu'est-ce que DevCamp Video Player Enhancer ?

DevCamp Video Player Enhancer est une extension Chrome développée par https://andrewsumsion.github.io, et sa fonction principale est "Improves upon the default video player that is built into the DevCamp website".

Télécharger le fichier CRX de l'extension DevCamp Video Player Enhancer

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

                        DevCamp Video Player is a Chrome and Firefox extension built by someone who, like you, has had to deal with the default DevCamp video player.

There are a number of limitations including no way to change the playback speed of the video, and no keyboard controls at all.

The goal of this extension is to fix those limitations and make you spend less time focusing on the video player, and more time on the actual video.                    

Informations de Base sur l'Extension

Nom DevCamp Video Player Enhancer DevCamp Video Player Enhancer
ID mkljnifggpnpaniaokhiaobfocgaiejb
URL Officiel https://chromewebstore.google.com/detail/devcamp-video-player-enha/mkljnifggpnpaniaokhiaobfocgaiejb
Description Improves upon the default video player that is built into the DevCamp website
Taille du Fichier 48.56 KB
Nombre d'Installations 29
Version Actuelle 0.2
Dernière Mise à Jour 2018-06-19
Date de Publication 2018-06-18
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://andrewsumsion.github.io
Type de Paiement free
Site Web de l'Extension http://andrewsumsion.github.io/devcamp-video-player-enhancer
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevCamp Video Player Enhancer",
    "version": "0.2",
    "description": "Improves upon the default video player that is built into the DevCamp website",
    "icons": {
        "16": "logos\/icon-16.png",
        "32": "logos\/icon-32.png",
        "48": "logos\/icon-48.png",
        "128": "logos\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.devcamp.com\/*\/guide\/*",
                "https:\/\/*.devcamp.com\/*\/guide\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "spacebar.js",
                "video-speed.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 2
}