Gfycat Volume Control

Adds a volume control slider to Gfycat gifs with sound.

Apa itu Gfycat Volume Control?

Gfycat Volume Control adalah ekstensi Chrome yang dikembangkan oleh Jason, dan fitur utamanya adalah "Adds a volume control slider to Gfycat gifs with sound.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gfycat Volume Control

Unduh file ekstensi Gfycat Volume Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Gfycat Volume Control Gfycat Volume Control
ID kbmgipmgemeiiglekhhfdnlldbjhgjff
URL Resmi https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff
Deskripsi Adds a volume control slider to Gfycat gifs with sound.
Ukuran File 12.03 KB
Jumlah Instalasi 18
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-04-20
Tanggal Publikasi 2021-04-19
Pengembang Jason
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Sentinent/GfycatVolumeControl
URL Halaman Bantuan https://github.com/Sentinent/GfycatVolumeControl
Bahasa yang Didukung 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"
            ]
        }
    ]
}