YouTube Shorts Volume Control
Allows a convenient slider based UI element for controlling volume in youtube shorts UI
Qu'est-ce que YouTube Shorts Volume Control ?
YouTube Shorts Volume Control est une extension Chrome développée par Priya, et sa fonction principale est "Allows a convenient slider based UI element for controlling volume in youtube shorts UI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Shorts Volume Control
Téléchargez les fichiers d'extension YouTube Shorts Volume Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Shorts Volume Control |
ID | iocnlgcooancaojnpkonjpcocmcjkgle |
URL Officiel | 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 |
Taille du Fichier | 4.57 KB |
Nombre d'Installations | 68 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-11-25 |
Date de Publication | 2023-11-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Priya |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |