HTML5 Video Controller

This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.

Was ist HTML5 Video Controller?

HTML5 Video Controller ist eine Chrome-Erweiterung, die von Angela Chieh entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.".

Erweiterungsscreenshots

screenshot

HTML5 Video Controller-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTML5 Video Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        HTML5 Video Controller is a Chrome extension that allows to control any HTML5 video, including Youtube, Vimeo, and Dailymotion videos.

The extension allows you to easily:

- Rewind the video by a specific amount of time
- Fast forward the video by a specific amount of time
- Jump directly to a specific time 
- Set the playback rate to 0.25, 0.5, 1, 1.5, or 2 (some videos may not support all playback rate values)

On a Youtube/Vimeo/Dailymotion page, or any other page containing an HTML5 video, click on the extension icon and start controlling your video.                    

Grundlegende Informationen zur Erweiterung

Name HTML5 Video Controller HTML5 Video Controller
ID lckanjabhailhdngplhaejjjbpnfmdld
Offizielle URL https://chromewebstore.google.com/detail/html5-video-controller/lckanjabhailhdngplhaejjjbpnfmdld
Beschreibung This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.
Dateigröße 10.45 KB
Installationsanzahl 2,000
Aktuelle Version 0.0.5
Letztes Update 2018-05-06
Veröffentlichungsdatum 2018-05-06
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Angela Chieh
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML5 Video Controller",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.",
    "homepage_url": "https:\/\/github.com\/angelachieh\/youtube-controls",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "HTML5 Video Controller",
        "default_popup": "views\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ]
}