YouTube Scoll Seek

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

What is YouTube Scoll Seek?

YouTube Scoll Seek is a Chrome extension developed by alex.shilin, and its main feature is "Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)".

Extension Screenshots

Download YouTube Scoll Seek Extension CRX File

Download YouTube Scoll Seek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Scoll Seek YouTube Scoll Seek
ID pjggaihgkeacmloeihkapcocpgjcdfdl
Official URL https://chromewebstore.google.com/detail/youtube-scoll-seek/pjggaihgkeacmloeihkapcocpgjcdfdl
Description Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)
File Size 10.21 KB
Installation Count 222
Current Version 0.2
Last Updated 2022-05-25
Publish Date 2022-04-21
Rating 5.00/5 Total 7 Ratings
Developer alex.shilin
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}