Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
Was ist Gfycat Volume Control?
Gfycat Volume Control ist eine Chrome-Erweiterung, die von Jason entwickelt wurde, und ihr Hauptmerkmal ist "Adds a volume control slider to Gfycat gifs with sound.".
Erweiterungsscreenshots
Gfycat Volume Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gfycat Volume Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs.
Grundlegende Informationen zur Erweiterung
Name | Gfycat Volume Control |
ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
Offizielle URL | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
Beschreibung | Adds a volume control slider to Gfycat gifs with sound. |
Dateigröße | 12.03 KB |
Installationsanzahl | 18 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-04-20 |
Veröffentlichungsdatum | 2021-04-19 |
Entwickler | Jason |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Sentinent/GfycatVolumeControl |
Hilfeseite URL | https://github.com/Sentinent/GfycatVolumeControl |
Unterstützte Sprachen | 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" ] } ] } |