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 |
官方網址 | 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 |
電子郵箱 | [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" } } |