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.
扩展基本信息
名称 | Gfycat Volume Control |
ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
官方URL | 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" ] } ] } |