Video Speed Control

Extension used to control the video playback speed.

Τι είναι το Video Speed Control;

Το Video Speed Control είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον maksimchernikovich2000, και η κύρια λειτουργία του είναι "Extension used to control the video playback speed.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Video Speed Control

Λήψη αρχείων επέκτασης Video Speed Control σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Speed Control Video Speed Control
ID nkdfnemkkekgccjgodcndnblgfikgncm
Επίσημο URL https://chrome.google.com/webstore/detail/video-speed-control/nkdfnemkkekgccjgodcndnblgfikgncm
Περιγραφή Extension used to control the video playback speed.
Μέγεθος Αρχείου 75.1 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2022-10-18
Ημερομηνία Δημοσίευσης 2021-05-10
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής maksimchernikovich2000
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}