Mixing Board
Detect and control all audio and video elements on a page.
Wat is Mixing Board?
Mixing Board is een Chrome-extensie ontwikkeld door kjsuarez94, en de belangrijkste functie is "Detect and control all audio and video elements on a page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mixing Board
Download Mixing Board-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Mixing Board provides a simple interface to control the volume on any audio/video element on a given tab.
Basisinformatie over de Extensie
Naam | Mixing Board |
ID | fkgbhfdmjogkkecmcmhpkbhdbniiijeo |
Officiële URL | https://chromewebstore.google.com/detail/mixing-board/fkgbhfdmjogkkecmcmhpkbhdbniiijeo |
Beschrijving | Detect and control all audio and video elements on a page. |
Bestandsgrootte | 18.74 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2021-08-08 |
Publicatiedatum | 2021-07-28 |
Ontwikkelaar | kjsuarez94 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |