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
公式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
Eメール [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"
    }
}