Video Speed Controls

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

Wat is Video Speed Controls?

Video Speed Controls is een Chrome-extensie ontwikkeld door peterenkaboriss, en de belangrijkste functie is "Speed controller for all video players. Simply speed up, slow down ...".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Speed Controls

Download Video Speed Controls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video Speed Controls Video Speed Controls
ID loeegjlniabmjhoalobfbpjmkabgapbb
Officiële URL https://chromewebstore.google.com/detail/video-speed-controls/loeegjlniabmjhoalobfbpjmkabgapbb
Beschrijving Speed controller for all video players. Simply speed up, slow down ...
Bestandsgrootte 370 KB
Aantal Installaties 1,090
Huidige Versie 1.1
Laatst Bijgewerkt 2023-06-13
Publicatiedatum 2021-02-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar peterenkaboriss
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}