Media Controller
Control video/audio in the webpage with keyboard shortcuts
什麼是Media Controller?
Media Controller是由jsh9.github開發的Chrome擴展程式,該擴展的主要功能是“Control video/audio in the webpage with keyboard shortcuts”。
擴展截圖
下載Media Controller擴展crx文件
下載Media Controller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | eaecmocjfoffkdgcgmjfipbnfmakeane |
| 官方網址 | https://chromewebstore.google.com/detail/media-controller/eaecmocjfoffkdgcgmjfipbnfmakeane |
| 簡介 | Control video/audio in the webpage with keyboard shortcuts |
| 檔案大小 | 11.74 KB |
| 安裝次數 | 108 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2023-06-22 |
| 上架時間 | 2023-05-02 |
| 開發者 | jsh9.github |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/jsh9/chrome-media-controller |
| 支援的語言 | 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": [
" | |