YoutubeShortTimeController

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

YoutubeShortTimeController là gì?

YoutubeShortTimeController là một tiện ích mở rộng Chrome được phát triển bởi psg0107, và tính năng chính của nó là "You can control the current time of YouTube Shorts with a mouse click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YoutubeShortTimeController

Tải xuống các tệp mở rộng YoutubeShortTimeController dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
URL Chính Thức https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
Mô tả You can control the current time of YouTube Shorts with a mouse click.
Kích Thước Tệp 10.59 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2023-07-19
Ngày Phát Hành 2023-02-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển psg0107
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}