Gfycat Volume Control

Adds a volume control slider to Gfycat gifs with sound.

Cos'è Gfycat Volume Control?

Gfycat Volume Control è un'estensione di Chrome sviluppata da Jason, e la sua funzione principale è "Adds a volume control slider to Gfycat gifs with sound.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gfycat Volume Control

Scarica i file di estensione Gfycat Volume Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gfycat Volume Control Gfycat Volume Control
ID kbmgipmgemeiiglekhhfdnlldbjhgjff
URL Ufficiale https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff
Descrizione Adds a volume control slider to Gfycat gifs with sound.
Dimensione del File 12.03 KB
Conteggio Installazioni 18
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-04-20
Data di Pubblicazione 2021-04-19
Sviluppatore Jason
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Sentinent/GfycatVolumeControl
URL della Pagina di Aiuto https://github.com/Sentinent/GfycatVolumeControl
Lingue Supportate 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"
            ]
        }
    ]
}