Reddit Video Speed Controls

Add speed controls to reddit videos

Wat is Reddit Video Speed Controls?

Reddit Video Speed Controls is een Chrome-extensie ontwikkeld door TheGomesTeam, en de belangrijkste functie is "Add speed controls to reddit videos".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Reddit Video Speed Controls

Download Reddit 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 Reddit Video Player is known to be painful. One thing it does by default is hide the video speed controls. This extension remedies that by 
adding simple video speed controls to the bottom of a video posts that use the Reddit Video Player.                    

Basisinformatie over de Extensie

Naam Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
Officiële URL https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
Beschrijving Add speed controls to reddit videos
Bestandsgrootte 744 KB
Aantal Installaties 16
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-17
Publicatiedatum 2023-05-16
Ontwikkelaar TheGomesTeam
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Video Speed Controls",
    "version": "1.0",
    "description": "Add speed controls to reddit videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}