YoutubeShortTimeController

You can control the current time of YouTube Shorts with a mouse click.

Qu'est-ce que YoutubeShortTimeController ?

YoutubeShortTimeController est une extension Chrome développée par psg0107, et sa fonction principale est "You can control the current time of YouTube Shorts with a mouse click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YoutubeShortTimeController

Téléchargez les fichiers d'extension YoutubeShortTimeController 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

                        유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다.

You can click on the video playback bar at the bottom of YouTube Shorts to change the time.                    

Informations de Base sur l'Extension

Nom YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
URL Officiel https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
Description You can control the current time of YouTube Shorts with a mouse click.
Taille du Fichier 10.59 KB
Nombre d'Installations 193
Version Actuelle 1.0.0.3
Dernière Mise à Jour 2023-07-19
Date de Publication 2023-02-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur psg0107
Email [email protected]
Type de Paiement free
Langues Prises en Charge ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YoutubeShortTimeController",
    "description": "You can control the current time of YouTube Shorts with a mouse click.",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "author": "SGPark",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "scripting"
    ]
}