Gfycat Volume Control

Adds a volume control slider to Gfycat gifs with sound.

Qu'est-ce que Gfycat Volume Control ?

Gfycat Volume Control est une extension Chrome développée par Jason, et sa fonction principale est "Adds a volume control slider to Gfycat gifs with sound.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gfycat Volume Control

Téléchargez les fichiers d'extension Gfycat Volume Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gfycat Volume Control Gfycat Volume Control
ID kbmgipmgemeiiglekhhfdnlldbjhgjff
URL Officiel https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff
Description Adds a volume control slider to Gfycat gifs with sound.
Taille du Fichier 12.03 KB
Nombre d'Installations 18
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-04-20
Date de Publication 2021-04-19
Développeur Jason
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Sentinent/GfycatVolumeControl
URL de la Page d'Aide https://github.com/Sentinent/GfycatVolumeControl
Langues Prises en Charge 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"
            ]
        }
    ]
}