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!คืออะไร?

Youtube Shorts auto next! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pdkhanh93 และคุณลักษณะหลักของมันคือ "Auto playing next video when the current short is finished Show video percent progress on search bar"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Shorts auto next!

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Shorts auto next! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
คำอธิบาย Auto playing next video when the current short is finished Show video percent progress on search bar
ขนาดไฟล์ 4.21 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2023-06-21
ผู้พัฒนา pdkhanh93
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}