Gfycat Volume Control

Adds a volume control slider to Gfycat gifs with sound.

Co to jest Gfycat Volume Control?

Gfycat Volume Control to rozszerzenie Chrome opracowane przez Jason, a jego główną funkcją jest „Adds a volume control slider to Gfycat gifs with sound.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gfycat Volume Control

Pobierz pliki rozszerzeń Gfycat Volume Control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gfycat Volume Control Gfycat Volume Control
ID kbmgipmgemeiiglekhhfdnlldbjhgjff
Oficjalny URL https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff
Opis Adds a volume control slider to Gfycat gifs with sound.
Rozmiar pliku 12.03 KB
Liczba instalacji 18
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-04-20
Data Publikacji 2021-04-19
Deweloper Jason
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Sentinent/GfycatVolumeControl
Adres URL Strony Pomocy https://github.com/Sentinent/GfycatVolumeControl
Obsługiwane Języki 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"
            ]
        }
    ]
}