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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the YouTube Volume go woosh when scrolling over the video!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Volume Scroll Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}