Reddit Video Speed Controls

Add speed controls to reddit videos

Apa itu Reddit Video Speed Controls?

Reddit Video Speed Controls adalah ekstensi Chrome yang dikembangkan oleh TheGomesTeam, dan fitur utamanya adalah "Add speed controls to reddit videos".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Reddit Video Speed Controls

Unduh file ekstensi Reddit Video Speed Controls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
URL Resmi https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
Deskripsi Add speed controls to reddit videos
Ukuran File 744 KB
Jumlah Instalasi 16
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-05-17
Tanggal Publikasi 2023-05-16
Pengembang TheGomesTeam
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}