YouTube next chapter button

Adds a button to the YouTube player to fast-forward to the next section of the video

YouTube next chapter buttonคืออะไร?

YouTube next chapter button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Kozack และคุณลักษณะหลักของมันคือ "Adds a button to the YouTube player to fast-forward to the next section of the video"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube next chapter button

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

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

                        This will work for all videos that have been labeled with chapters.                    

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

ชื่อ YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
คำอธิบาย Adds a button to the YouTube player to fast-forward to the next section of the video
ขนาดไฟล์ 21.94 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-10-23
วันที่เผยแพร่ 2023-07-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Alex Kozack
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.buymeacoffee.com/kozack
URL หน้าช่วยเหลือ https://github.com/cawa-93/youtube-forward-timeline/
ภาษาที่รองรับ en,pl,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "version": "2.0.2",
    "description": "__MSG_APP_DESCRIPTION__",
    "author": "Alex Kozack  (https:\/\/t.me\/kozack)",
    "homepage_url": "https:\/\/github.com\/cawa-93\/youtube-forward-timeline",
    "default_locale": "en",
    "icons": {
        "373": "YouTubeRewind.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{40ab1417-ef94-48d7-8726-6abe7d07b123}",
            "strict_min_version": "109.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}