Video Speed Control

Extension used to control the video playback speed.

Hvad er Video Speed Control?

Video Speed Control er en Chrome-udvidelse udviklet af maksimchernikovich2000, og dens hovedfunktion er "Extension used to control the video playback speed.".

Udvidelsesskærmbilleder

screenshot

Download Video Speed Control-udvidelses-CRX-fil

Download Video Speed Control-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

                        Video speed controller will improve your browsing and make your life easy. This extension allows you to speed up, slow down, rewind and advance the video using keyboard. Manage the speed of any video in simple manner. Video speed controller is absolutely ad-free and has no hidden scripts. It also doesn`t weigh a lot and is pretty easy to work with. This is the best video speed control tool you`ll find on the web. If you watch a lot of videos and want to manage the speed in simple manner then you should definitely install this extension. Extension is absolutely free and designed simply to do its job - html5 video speed control. Use specific buttons to speed up, slow down, rewind and advance the video. Let`s improve you chrome browser with new playback control extension. See, this is the type of simple and small apps that has a huge impact on your browsing experience. Playback control for your chrome browser is what you were looking for. You won`t be disappointed by this new and useful extension. Just install video speed control and you`ll see the improvement. Join the community of users who has already installed this awesome app.                    

Grundlæggende oplysninger om udvidelsen

Navn Video Speed Control Video Speed Control
ID nkdfnemkkekgccjgodcndnblgfikgncm
Officiel URL https://chrome.google.com/webstore/detail/video-speed-control/nkdfnemkkekgccjgodcndnblgfikgncm
Beskrivelse Extension used to control the video playback speed.
Filstørrelse 75.1 KB
Antal Installationer 2,000
Nuværende Version 1.4
Senest Opdateret 2022-10-18
Udgivelsesdato 2021-05-10
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler maksimchernikovich2000
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content_scripts\/cotos.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "jquery.min.js",
                "content_scripts\/casic1.js",
                "content_scripts\/casic2.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "Extension used to control the video playback speed.",
    "icons": {
        "128": "icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg1VWzr\/hEDq50Ji\/2FnKQ8TVFTT2maaL3SOwqRfGqpeE3KAS\/DnvjKY5v0VXsRLo5PU0azY+9XFLJf3ddZwOE26\/UW+48wUaCB096zR2jjEz4v2KeM7m6834T4h2Bl3rZTjRUmF6k8Qm225M4iYxLsSJIOKJm0KQxWcDWwQtv01la5qXnDKH\/ZardS9wkDDWgS4PiCSeois53n8\/uDNNNyMTYPbx9QPC1WDebAXyB4lbkJFH6NDXAZ7mBW1MFpApav7aYJpePgS9YQVIsC0BkckDF8HM2bTELBnSvvxWPkw69XCy3EYoAWr5FbASJ7LYJvwWRfMEZukYM20LUVGEHwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options_page\/index.html",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "content_scripts\/*.css",
        "*.css",
        "content_scripts\/*.js",
        "*.js"
    ]
}