YoutubeShortTimeController

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

Cos'è YoutubeShortTimeController?

YoutubeShortTimeController è un'estensione di Chrome sviluppata da psg0107, e la sua funzione principale è "You can control the current time of YouTube Shorts with a mouse click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YoutubeShortTimeController

Scarica i file di estensione YoutubeShortTimeController in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
URL Ufficiale https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
Descrizione You can control the current time of YouTube Shorts with a mouse click.
Dimensione del File 10.59 KB
Conteggio Installazioni 193
Versione Corrente 1.0.0.3
Ultimo Aggiornamento 2023-07-19
Data di Pubblicazione 2023-02-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore psg0107
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}