Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
What is Gfycat Volume Control?
Gfycat Volume Control is a Chrome extension developed by Jason, and its main feature is "Adds a volume control slider to Gfycat gifs with sound.".
Extension Screenshots
Download Gfycat Volume Control Extension CRX File
Download Gfycat Volume Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs.
Extension Basic Information
Name | Gfycat Volume Control |
ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
Official URL | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
Description | Adds a volume control slider to Gfycat gifs with sound. |
File Size | 12.03 KB |
Installation Count | 18 |
Current Version | 0.0.1 |
Last Updated | 2021-04-20 |
Publish Date | 2021-04-19 |
Developer | Jason |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Sentinent/GfycatVolumeControl |
Help Page URL | https://github.com/Sentinent/GfycatVolumeControl |
Supported Languages | 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" ] } ] } |