YouTube Scoll Seek

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

什麼是YouTube Scoll Seek?

YouTube Scoll Seek是由alex.shilin開發的Chrome擴展程式,該擴展的主要功能是“Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)”。

擴展截圖

下載YouTube Scoll Seek擴展crx文件

下載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
官方網址 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"
    }
}