Youtube Shorts Controller

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

Qu'est-ce que Youtube Shorts Controller ?

Youtube Shorts Controller est une extension Chrome développée par aomerrill98, et sa fonction principale est "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Shorts Controller

Téléchargez les fichiers d'extension Youtube Shorts Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Youtube Shorts Controller Youtube Shorts Controller
ID ficbdkikbblcnkclmfkkppgmfgbcihch
URL Officiel https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch
Description Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
Taille du Fichier 27.82 KB
Nombre d'Installations 832
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-11-30
Date de Publication 2022-12-14
Évaluation 4.73/5 Total 11 Évaluations
Développeur aomerrill98
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}