YouTube Volume Scroll Master

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

YouTube Volume Scroll Master là gì?

YouTube Volume Scroll Master là một tiện ích mở rộng Chrome được phát triển bởi Lukas Oberholzer, và tính năng chính của nó là "Makes the YouTube Volume go woosh when scrolling over the video!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Volume Scroll Master

Tải xuống các tệp mở rộng YouTube Volume Scroll Master dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Volume Scroll Master YouTube Volume Scroll Master
ID pkmkphhocffbdebfbkohpnnaohidfama
URL Chính Thức https://chromewebstore.google.com/detail/youtube-volume-scroll-mas/pkmkphhocffbdebfbkohpnnaohidfama
Mô tả Makes the YouTube Volume go woosh when scrolling over the video!
Kích Thước Tệp 17.63 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 0.5.0.0
Cập Nhật Lần Cuối 2022-04-22
Ngày Phát Hành 2022-04-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Lukas Oberholzer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LuckLATL/yt-volume-scroll-master
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}