Video Speed Control

Extension used to control the video playback speed.

Co to jest Video Speed Control?

Video Speed Control to rozszerzenie Chrome opracowane przez maksimchernikovich2000, a jego główną funkcją jest „Extension used to control the video playback speed.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Video Speed Control

Pobierz pliki rozszerzeń Video Speed Control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Speed Control Video Speed Control
ID nkdfnemkkekgccjgodcndnblgfikgncm
Oficjalny URL https://chrome.google.com/webstore/detail/video-speed-control/nkdfnemkkekgccjgodcndnblgfikgncm
Opis Extension used to control the video playback speed.
Rozmiar pliku 75.1 KB
Liczba instalacji 2,000
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2022-10-18
Data Publikacji 2021-05-10
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper maksimchernikovich2000
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}