Video Speed Controls

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

Hvad er Video Speed Controls?

Video Speed Controls er en Chrome-udvidelse udviklet af peterenkaboriss, og dens hovedfunktion er "Speed controller for all video players. Simply speed up, slow down ...".

Udvidelsesskærmbilleder

screenshot

Download Video Speed Controls-udvidelses-CRX-fil

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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Video Speed Controls Video Speed Controls
ID loeegjlniabmjhoalobfbpjmkabgapbb
Officiel URL https://chromewebstore.google.com/detail/video-speed-controls/loeegjlniabmjhoalobfbpjmkabgapbb
Beskrivelse Speed controller for all video players. Simply speed up, slow down ...
Filstørrelse 370 KB
Antal Installationer 1,090
Nuværende Version 1.1
Senest Opdateret 2023-06-13
Udgivelsesdato 2021-02-09
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler peterenkaboriss
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}