YouTube Shorts Volume Control
Allows a convenient slider based UI element for controlling volume in youtube shorts UI
Co je YouTube Shorts Volume Control?
YouTube Shorts Volume Control je rozšíření Chrome vyvinuté Priya, a jeho hlavní funkcí je „Allows a convenient slider based UI element for controlling volume in youtube shorts UI“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube Shorts Volume Control
Stáhněte si soubory rozšíření YouTube Shorts Volume Control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | YouTube Shorts Volume Control |
ID | iocnlgcooancaojnpkonjpcocmcjkgle |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-shorts-volume-con/iocnlgcooancaojnpkonjpcocmcjkgle |
Popis | Allows a convenient slider based UI element for controlling volume in youtube shorts UI |
Velikost souboru | 4.57 KB |
Počet instalací | 68 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2023-11-25 |
Datum Vydání | 2023-11-23 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Priya |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |