Media Controller
Control video/audio in the webpage with keyboard shortcuts
Wat is Media Controller?
Media Controller is een Chrome-extensie ontwikkeld door jsh9.github, en de belangrijkste functie is "Control video/audio in the webpage with keyboard shortcuts".
Extensie Screenshots
Download het CRX-bestand van de extensie Media Controller
Download Media Controller-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
A Chrome extension that lets you control video/audio in the webpage with keyboard shortcuts. Supported controls are: pause/play, volume up/down, seek backwards/forwards, speed up, slow down, and mute/unmute. Basisinformatie over de Extensie
| Naam | |
| ID | eaecmocjfoffkdgcgmjfipbnfmakeane |
| Officiële URL | https://chromewebstore.google.com/detail/media-controller/eaecmocjfoffkdgcgmjfipbnfmakeane |
| Beschrijving | Control video/audio in the webpage with keyboard shortcuts |
| Bestandsgrootte | 11.74 KB |
| Aantal Installaties | 108 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2023-06-22 |
| Publicatiedatum | 2023-05-02 |
| Ontwikkelaar | jsh9.github |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jsh9/chrome-media-controller |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Media Controller",
"description": "Control video\/audio in the webpage with keyboard shortcuts",
"version": "0.0.2",
"icons": {
"48": "icon.png"
},
"permissions": [
"activeTab"
],
"action": {
"default_popup": "",
"default_icon": {
"48": "icon.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |