Reddit Video Speed Controls

Add speed controls to reddit videos

Hvad er Reddit Video Speed Controls?

Reddit Video Speed Controls er en Chrome-udvidelse udviklet af TheGomesTeam, og dens hovedfunktion er "Add speed controls to reddit videos".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Reddit Video Speed Controls-udvidelses-CRX-fil

Download Reddit 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 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.                    

Grundlæggende oplysninger om udvidelsen

Navn Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
Officiel URL https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
Beskrivelse Add speed controls to reddit videos
Filstørrelse 744 KB
Antal Installationer 16
Nuværende Version 1.0
Senest Opdateret 2023-05-17
Udgivelsesdato 2023-05-16
Udvikler TheGomesTeam
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}