YoutubeShortTimeController

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

Wat is YoutubeShortTimeController?

YoutubeShortTimeController is een Chrome-extensie ontwikkeld door psg0107, en de belangrijkste functie is "You can control the current time of YouTube Shorts with a mouse click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YoutubeShortTimeController

Download YoutubeShortTimeController-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
Officiële URL https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
Beschrijving You can control the current time of YouTube Shorts with a mouse click.
Bestandsgrootte 10.59 KB
Aantal Installaties 193
Huidige Versie 1.0.0.3
Laatst Bijgewerkt 2023-07-19
Publicatiedatum 2023-02-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar psg0107
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}