Video Speed Control

Extension used to control the video playback speed.

Cos'è Video Speed Control?

Video Speed Control è un'estensione di Chrome sviluppata da maksimchernikovich2000, e la sua funzione principale è "Extension used to control the video playback speed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Video Speed Control

Scarica i file di estensione Video Speed Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Video Speed Control Video Speed Control
ID nkdfnemkkekgccjgodcndnblgfikgncm
URL Ufficiale https://chrome.google.com/webstore/detail/video-speed-control/nkdfnemkkekgccjgodcndnblgfikgncm
Descrizione Extension used to control the video playback speed.
Dimensione del File 75.1 KB
Conteggio Installazioni 2,000
Versione Corrente 1.4
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2021-05-10
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore maksimchernikovich2000
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}