Reddit Video Speed Controls

Add speed controls to reddit videos

Was ist Reddit Video Speed Controls?

Reddit Video Speed Controls ist eine Chrome-Erweiterung, die von TheGomesTeam entwickelt wurde, und ihr Hauptmerkmal ist "Add speed controls to reddit videos".

Erweiterungsscreenshots

screenshot
screenshot

Reddit Video Speed Controls-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit Video Speed Controls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
Offizielle URL https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
Beschreibung Add speed controls to reddit videos
Dateigröße 744 KB
Installationsanzahl 16
Aktuelle Version 1.0
Letztes Update 2023-05-17
Veröffentlichungsdatum 2023-05-16
Entwickler TheGomesTeam
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}