Volume Adjuster
Used to adjust the volume of html audio/video tags
Volume Adjusterとは何ですか?
Volume Adjusterはgiomrellaによって開発されたChromeの拡張機能で、その主な機能は「Used to adjust the volume of html audio/video tags」です。
拡張機能のスクリーンショット
Volume Adjuster拡張機能のCRXファイルをダウンロード
Volume Adjuster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!
拡張機能の基本情報
名前 | Volume Adjuster |
ID | jodboiahhplamjcpimpdbealafbjcjab |
公式URL | https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab |
説明 | Used to adjust the volume of html audio/video tags |
ファイルサイズ | 16.17 KB |
インストール数 | 141 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2020-12-11 |
公開日 | 2020-12-11 |
開発者 | giomrella |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/giomrella/volume-adjuster-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Volume Adjuster", "description": "Used to adjust the volume of html audio\/video tags", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "volume.png" } }, "manifest_version": 2, "version": "0.0.0.1", "icons": { "48": "volume.png" } } |