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によって開発されたChromeの拡張機能で、その主な機能は「Makes the YouTube Volume go woosh when scrolling over the video!」です。
拡張機能のスクリーンショット
YouTube Volume Scroll Master拡張機能のCRXファイルをダウンロード
YouTube Volume Scroll Master拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |