Youtube Shorts Controller

Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed

Apa itu Youtube Shorts Controller?

Youtube Shorts Controller adalah ekstensi Chrome yang dikembangkan oleh aomerrill98, dan fitur utamanya adalah "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Shorts Controller

Unduh file ekstensi Youtube Shorts Controller 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

                        This extension allows you to fast forward and rewind YouTube shorts by 2.5 and 5 seconds. It also allows you to modify playback speed in increments of .25x. The current playback speed as well as timestamp are also displayed on the bottom left of the video.

Controls:
w/a/A/s/d/D

Fast Forward:
d - 2.5s
D - 5s

Rewind:
a - 2.5s
A - 5s

Playback Speed:
w - increment by .25x
s - decrement by .25x                    

Informasi Dasar Ekstensi

Nama Youtube Shorts Controller Youtube Shorts Controller
ID ficbdkikbblcnkclmfkkppgmfgbcihch
URL Resmi https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch
Deskripsi Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
Ukuran File 27.82 KB
Jumlah Instalasi 832
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-11-30
Tanggal Publikasi 2022-12-14
Penilaian 4.73/5 Total 11 Penilaian
Pengembang aomerrill98
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Shorts Controller",
    "version": "1.0.3",
    "description": "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "youtube-shorts-controller-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}