YoutubeShortTimeController

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

Что такое YoutubeShortTimeController?

YoutubeShortTimeController - это расширение Chrome, разработанное psg0107, и его основная функция - "You can control the current time of YouTube Shorts with a mouse click.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YoutubeShortTimeController

Скачайте файлы расширений YoutubeShortTimeController в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

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

Основная информация о расширении

Название YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
Официальный URL https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
Описание You can control the current time of YouTube Shorts with a mouse click.
Размер файла 10.59 KB
Количество установок 193
Текущая Версия 1.0.0.3
Последнее Обновление 2023-07-19
Дата публикации 2023-02-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик psg0107
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}