Video Speed Up (HTML5)

Open any video and press key 'S'. Enjoy

Hvad er Video Speed Up (HTML5)?

Video Speed Up (HTML5) er en Chrome-udvidelse udviklet af Viacheslav P., og dens hovedfunktion er "Open any video and press key 'S'. Enjoy".

Udvidelsesskærmbilleder

screenshot

Download Video Speed Up (HTML5)-udvidelses-CRX-fil

Download Video Speed Up (HTML5)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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 плеером. Добавляет в плеер различный функционал, а именно перемотку, изменение скорости воспроизведения по умолчанию для всех видео. Расширение будет полезно при просмотре фильмов, обучающих видео и смешных роликов.
Расширение в стадии разработки, поэтому не весь функционал доступен.                    

Grundlæggende oplysninger om udvidelsen

Navn Video Speed Up (HTML5) Video Speed Up (HTML5)
ID cogjjhnhjoiaopmcfmmckpiaeiinocco
Officiel URL https://chromewebstore.google.com/detail/video-speed-up-html5/cogjjhnhjoiaopmcfmmckpiaeiinocco
Beskrivelse Open any video and press key 'S'. Enjoy
Filstørrelse 115 KB
Antal Installationer 700
Nuværende Version 0.0.7
Senest Opdateret 2019-08-18
Udgivelsesdato 2019-08-18
Bedømmelse 4.00/5 Samlet 8 Bedømmelser
Udvikler Viacheslav P.
Betalingsmetode free
Understøttede Sprog 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"
    ]
}