Video Speed Up (HTML5)

Open any video and press key 'S'. Enjoy

Qu'est-ce que Video Speed Up (HTML5) ?

Video Speed Up (HTML5) est une extension Chrome développée par Viacheslav P., et sa fonction principale est "Open any video and press key 'S'. Enjoy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video Speed Up (HTML5)

Téléchargez les fichiers d'extension Video Speed Up (HTML5) 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

                        Only one key 'S' to use

Helps with viewing tutorials, lectures and others. Works on most html5 videos. 
by pressing the key S the video is accelerated. 
Работает на сайтах youtube, vk, facebook и прочих сайтах с HTML5 плеером. Добавляет в плеер различный функционал, а именно перемотку, изменение скорости воспроизведения по умолчанию для всех видео. Расширение будет полезно при просмотре фильмов, обучающих видео и смешных роликов.
Расширение в стадии разработки, поэтому не весь функционал доступен.                    

Informations de Base sur l'Extension

Nom Video Speed Up (HTML5) Video Speed Up (HTML5)
ID cogjjhnhjoiaopmcfmmckpiaeiinocco
URL Officiel https://chromewebstore.google.com/detail/video-speed-up-html5/cogjjhnhjoiaopmcfmmckpiaeiinocco
Description Open any video and press key 'S'. Enjoy
Taille du Fichier 115 KB
Nombre d'Installations 700
Version Actuelle 0.0.7
Dernière Mise à Jour 2019-08-18
Date de Publication 2019-08-18
Évaluation 4.00/5 Total 8 Évaluations
Développeur Viacheslav P.
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Up (HTML5)",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Open any video and press key 'S'. Enjoy",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ]
}