Youtube Shorts Controller

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

Τι είναι το Youtube Shorts Controller;

Το Youtube Shorts Controller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aomerrill98, και η κύρια λειτουργία του είναι "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Youtube Shorts Controller

Λήψη αρχείων επέκτασης Youtube Shorts Controller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Youtube Shorts Controller Youtube Shorts Controller
ID ficbdkikbblcnkclmfkkppgmfgbcihch
Επίσημο URL https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch
Περιγραφή Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
Μέγεθος Αρχείου 27.82 KB
Αριθμός Εγκαταστάσεων 832
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-11-30
Ημερομηνία Δημοσίευσης 2022-12-14
Αξιολόγηση 4.73/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής aomerrill98
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}