YouTube Scoll Seek

Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)

YouTube Scoll Seekคืออะไร?

YouTube Scoll Seek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex.shilin และคุณลักษณะหลักของมันคือ "Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Scoll Seek

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

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

                        This extension allows you to use your mouse wheel to seek through YouTube videos.                    

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

ชื่อ YouTube Scoll Seek YouTube Scoll Seek
ID pjggaihgkeacmloeihkapcocpgjcdfdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-scoll-seek/pjggaihgkeacmloeihkapcocpgjcdfdl
คำอธิบาย Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)
ขนาดไฟล์ 10.21 KB
จำนวนการติดตั้ง 222
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-05-25
วันที่เผยแพร่ 2022-04-21
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา alex.shilin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2",
    "name": "YouTube Scoll Seek",
    "description": "Seek YouTube videos by hovering mouse over video and scrolling Up \/ Down (Forward \/ Backward)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/yt-ss-16px.png",
        "32": "\/images\/yt-ss-32px.png",
        "48": "\/images\/yt-ss-48px.png",
        "128": "\/images\/yt-ss-128px.png"
    }
}