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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}