Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

Youtube Shorts auto next! là gì?

Youtube Shorts auto next! là một tiện ích mở rộng Chrome được phát triển bởi pdkhanh93, và tính năng chính của nó là "Auto playing next video when the current short is finished Show video percent progress on search bar".

Ả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 Youtube Shorts auto next!

Tải xuống các tệp mở rộng Youtube Shorts auto next! 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

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

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

Tên Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
URL Chính Thức https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Mô tả Auto playing next video when the current short is finished Show video percent progress on search bar
Kích Thước Tệp 4.21 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-21
Ngày Phát Hành 2023-06-21
Nhà Phát Triển pdkhanh93
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}