YoutubeShortTimeController

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

What is YoutubeShortTimeController?

YoutubeShortTimeController is a Chrome extension developed by psg0107, and its main feature is "You can control the current time of YouTube Shorts with a mouse click.".

Extension Screenshots

screenshot

Download YoutubeShortTimeController Extension CRX File

Download YoutubeShortTimeController extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
Official URL https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
Description You can control the current time of YouTube Shorts with a mouse click.
File Size 10.59 KB
Installation Count 193
Current Version 1.0.0.3
Last Updated 2023-07-19
Publish Date 2023-02-18
Rating 5.00/5 Total 1 Ratings
Developer psg0107
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}