Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
什麼是Gfycat Volume Control?
Gfycat Volume Control是由Jason開發的Chrome擴展程式,該擴展的主要功能是“Adds a volume control slider to Gfycat gifs with sound.”。
擴展截圖
下載Gfycat Volume Control擴展crx文件
下載Gfycat Volume Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs. 擴展基本資訊
| 名稱 | |
| ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
| 官方網址 | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
| 簡介 | Adds a volume control slider to Gfycat gifs with sound. |
| 檔案大小 | 12.03 KB |
| 安裝次數 | 18 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2021-04-20 |
| 上架時間 | 2021-04-19 |
| 開發者 | Jason |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/Sentinent/GfycatVolumeControl |
| 說明頁面URL | https://github.com/Sentinent/GfycatVolumeControl |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Gfycat Volume Control",
"version": "0.0.1",
"icons": {
"128": "icon128.png"
},
"description": "Adds a volume control slider to Gfycat gifs with sound.",
"homepage_url": "https:\/\/github.com\/Sentinent\/GfycatVolumeControl",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.gfycat.com\/*"
],
"js": [
"main.js"
],
"css": [
"stylesheet.css"
]
}
]
} | |