Reddit Video Speed Controls

Add speed controls to reddit videos

Vad är Reddit Video Speed Controls?

Reddit Video Speed Controls är en Chrome-tillägg utvecklad av TheGomesTeam, och dess huvudfunktion är "Add speed controls to reddit videos".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Reddit Video Speed Controls-förlängningens CRX-fil

Ladda ner Reddit Video Speed Controls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
Officiell webbadress https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
Beskrivning Add speed controls to reddit videos
Filstorlek 744 KB
Antal Installationer 16
Aktuell Version 1.0
Senast Uppdaterad 2023-05-17
Publiceringsdatum 2023-05-16
Utvecklare TheGomesTeam
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}