Gfycat Volume Control

Adds a volume control slider to Gfycat gifs with sound.

Hvad er Gfycat Volume Control?

Gfycat Volume Control er en Chrome-udvidelse udviklet af Jason, og dens hovedfunktion er "Adds a volume control slider to Gfycat gifs with sound.".

Udvidelsesskærmbilleder

screenshot

Download Gfycat Volume Control-udvidelses-CRX-fil

Download Gfycat Volume Control-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs.                    

Grundlæggende oplysninger om udvidelsen

Navn Gfycat Volume Control Gfycat Volume Control
ID kbmgipmgemeiiglekhhfdnlldbjhgjff
Officiel URL https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff
Beskrivelse Adds a volume control slider to Gfycat gifs with sound.
Filstørrelse 12.03 KB
Antal Installationer 18
Nuværende Version 0.0.1
Senest Opdateret 2021-04-20
Udgivelsesdato 2021-04-19
Udvikler Jason
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Sentinent/GfycatVolumeControl
Hjælpeside-URL https://github.com/Sentinent/GfycatVolumeControl
Understøttede Sprog 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"
            ]
        }
    ]
}