YouTube Progress Bar Hider

Lightweight extension to hide the YouTube progress bar and video duration.

YouTube Progress Bar Hiderคืออะไร?

YouTube Progress Bar Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lolo Réel และคุณลักษณะหลักของมันคือ "Lightweight extension to hide the YouTube progress bar and video duration."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Progress Bar Hider

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

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

                        - No configuration
- No menu
- Lightweight (<10kb)                    

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

ชื่อ YouTube Progress Bar Hider YouTube Progress Bar Hider
ID oijcookiachipbcjfimdahgaacmmkpea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea
คำอธิบาย Lightweight extension to hide the YouTube progress bar and video duration.
ขนาดไฟล์ 11.01 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-09-09
วันที่เผยแพร่ 2020-09-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Lolo Réel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "yth.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "YouTube Progress Bar Hider",
    "description": "Lightweight extension to hide the YouTube progress bar and video duration.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0"
}