Mixing Board
Detect and control all audio and video elements on a page.
What is Mixing Board?
Mixing Board is a Chrome extension developed by kjsuarez94, and its main feature is "Detect and control all audio and video elements on a page.".
Extension Screenshots
Download Mixing Board Extension CRX File
Download Mixing Board extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mixing Board provides a simple interface to control the volume on any audio/video element on a given tab.
Extension Basic Information
Name | Mixing Board |
ID | fkgbhfdmjogkkecmcmhpkbhdbniiijeo |
Official URL | https://chromewebstore.google.com/detail/mixing-board/fkgbhfdmjogkkecmcmhpkbhdbniiijeo |
Description | Detect and control all audio and video elements on a page. |
File Size | 18.74 KB |
Installation Count | 32 |
Current Version | 1.1.2 |
Last Updated | 2021-08-08 |
Publish Date | 2021-07-28 |
Developer | kjsuarez94 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mixing Board", "description": "Detect and control all audio and video elements on a page.", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16_mixing_board.png", "32": "\/images\/48_mixing_board.png", "48": "\/images\/48_mixing_board.png", "128": "\/images\/128_mixing_board.png" } }, "icons": { "16": "\/images\/16_mixing_board.png", "32": "\/images\/48_mixing_board.png", "48": "\/images\/48_mixing_board.png", "128": "\/images\/128_mixing_board.png" } } |