Video Speed Controls

Speed controller for all video players. Simply speed up, slow down ...

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

Το Video Speed Controls είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον peterenkaboriss, και η κύρια λειτουργία του είναι "Speed controller for all video players. Simply speed up, slow down ...".

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

screenshot

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

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

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

                        The cool Video Speed Controls extension will allow you to rewind, speed up, slow down or advance the video as you want. Customize everything for yourself. The extension is pretty simple but handy. It is fast and easy to download, does not have a lot of weight. With our Video Speed Controller extension, it will be much more pleasant for you to watch different videos, films. We have prepared an extension of high quality and easy to use. The product is absolutely free. Rather follow the link and install Video Speed Control with just one click of the mouse and you will be pleasantly surprised.                    

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

Όνομα Video Speed Controls Video Speed Controls
ID loeegjlniabmjhoalobfbpjmkabgapbb
Επίσημο URL https://chromewebstore.google.com/detail/video-speed-controls/loeegjlniabmjhoalobfbpjmkabgapbb
Περιγραφή Speed controller for all video players. Simply speed up, slow down ...
Μέγεθος Αρχείου 370 KB
Αριθμός Εγκαταστάσεων 1,090
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-06-13
Ημερομηνία Δημοσίευσης 2021-02-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής peterenkaboriss
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,hu,pl,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "fast.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/pages\/background\/background.js"
        ]
    },
    "options_page": "\/pages\/settings\/settings.html",
    "permissions": [
        "storage",
        ""
    ],
    "name": "Video Speed Controls",
    "default_locale": "en",
    "description": "Speed controller for all video players. Simply speed up, slow down ...",
    "browser_action": {
        "default_icon": "fast.png"
    },
    "content_scripts": [
        {
            "css": [
                "tooltip.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "http:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "http:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*",
                "https:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "utilies.js",
                "SpeedControllerInjector.js",
                "SettingsManager.js",
                "SpeedController.js",
                "page_all_frames.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/*.css",
        "extension\/static\/*.js",
        "*.png"
    ],
    "version": "1.1"
}