YouTube Volume Scroll Master

Makes the YouTube Volume go woosh when scrolling over the video!

YouTube Volume Scroll Master란 무엇입니까?

YouTube Volume Scroll Master은(는) Lukas Oberholzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes the YouTube Volume go woosh when scrolling over the video!"입니다.

확장 프로그램 스크린샷

screenshot

YouTube Volume Scroll Master 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTube Volume Scroll Master is a small extension designed to simplify changing the volume in YouTube videos.

Scroll over the YouTube video player to increase or decrease its volume by two levels. That's it. That's all this extension can do.

If the extension doesn't work, reload the website. This may be because the website (the video player, to be exact) is taking too long to load and the events are not subscribing to the video player correctly.                    

확장 프로그램 기본 정보

이름 YouTube Volume Scroll Master YouTube Volume Scroll Master
ID pkmkphhocffbdebfbkohpnnaohidfama
공식 URL https://chromewebstore.google.com/detail/youtube-volume-scroll-mas/pkmkphhocffbdebfbkohpnnaohidfama
설명 Makes the YouTube Volume go woosh when scrolling over the video!
파일 크기 17.63 KB
설치 횟수 100
현재 버전 0.5.0.0
최근 업데이트 2022-04-22
출시 날짜 2022-04-21
평점 5.00/5 총 3 개의 평점
개발자 Lukas Oberholzer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/LuckLATL/yt-volume-scroll-master
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Volume Scroll Master",
    "version": "0.5.0.0",
    "description": "Makes the YouTube Volume go woosh when scrolling over the video!",
    "short_name": "YtScrollMaster",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "volumeScroller.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}