YouTube Shorts Volume Control

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

Wat is YouTube Shorts Volume Control?

YouTube Shorts Volume Control is een Chrome-extensie ontwikkeld door Priya, en de belangrijkste functie is "Allows a convenient slider based UI element for controlling volume in youtube shorts UI".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Shorts Volume Control

Download YouTube Shorts Volume Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Shorts Volume Control YouTube Shorts Volume Control
ID iocnlgcooancaojnpkonjpcocmcjkgle
Officiële URL https://chromewebstore.google.com/detail/youtube-shorts-volume-con/iocnlgcooancaojnpkonjpcocmcjkgle
Beschrijving Allows a convenient slider based UI element for controlling volume in youtube shorts UI
Bestandsgrootte 4.57 KB
Aantal Installaties 68
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-11-25
Publicatiedatum 2023-11-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Priya
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}