Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
Wat is Gfycat Volume Control?
Gfycat Volume Control is een Chrome-extensie ontwikkeld door Jason, en de belangrijkste functie is "Adds a volume control slider to Gfycat gifs with sound.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gfycat Volume Control
Download Gfycat Volume Control-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
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs.
Basisinformatie over de Extensie
Naam | Gfycat Volume Control |
ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
Officiële URL | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
Beschrijving | Adds a volume control slider to Gfycat gifs with sound. |
Bestandsgrootte | 12.03 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-04-20 |
Publicatiedatum | 2021-04-19 |
Ontwikkelaar | Jason |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Sentinent/GfycatVolumeControl |
Help Pagina-URL | https://github.com/Sentinent/GfycatVolumeControl |
Ondersteunde Talen | 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" ] } ] } |