YouTube Shorts Volume Control

Allows a convenient slider based UI element for controlling volume in youtube shorts UI

What is YouTube Shorts Volume Control?

YouTube Shorts Volume Control is a Chrome extension developed by Priya, and its main feature is "Allows a convenient slider based UI element for controlling volume in youtube shorts UI".

Extension Screenshots

screenshot

Download YouTube Shorts Volume Control Extension CRX File

Download YouTube Shorts Volume Control 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 caters to everyone who is searching for a extension to control the volume of youtube shorts in their PC. This functionaility is currently missing on web based UI on laptops and PCs. This extension adds an UI element, as a convenient range slider that helps the user to control the volume of youtube shorts in a fine grained manner. 
Fixed some small bugs.                    

Extension Basic Information

Name YouTube Shorts Volume Control YouTube Shorts Volume Control
ID iocnlgcooancaojnpkonjpcocmcjkgle
Official URL https://chromewebstore.google.com/detail/youtube-shorts-volume-con/iocnlgcooancaojnpkonjpcocmcjkgle
Description Allows a convenient slider based UI element for controlling volume in youtube shorts UI
File Size 4.57 KB
Installation Count 68
Current Version 0.0.3
Last Updated 2023-11-25
Publish Date 2023-11-23
Rating 5.00/5 Total 1 Ratings
Developer Priya
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Shorts Volume Control",
    "version": "0.0.3",
    "description": "Allows a convenient slider based UI element for controlling volume in youtube shorts UI",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": [],
        "default_title": "Youtube Shorts Vol Control",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}