Reddit Video Speed Controls

Add speed controls to reddit videos

Cos'è Reddit Video Speed Controls?

Reddit Video Speed Controls è un'estensione di Chrome sviluppata da TheGomesTeam, e la sua funzione principale è "Add speed controls to reddit videos".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reddit Video Speed Controls

Scarica i file di estensione Reddit Video Speed Controls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
URL Ufficiale https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
Descrizione Add speed controls to reddit videos
Dimensione del File 744 KB
Conteggio Installazioni 16
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-17
Data di Pubblicazione 2023-05-16
Sviluppatore TheGomesTeam
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}