Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
O que é Gfycat Volume Control?
Gfycat Volume Control é uma extensão do Chrome desenvolvida por Jason, e sua principal característica é "Adds a volume control slider to Gfycat gifs with sound.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gfycat Volume Control
Baixe arquivos de extensão Gfycat Volume Control no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs.
Informações Básicas da Extensão
Nome | Gfycat Volume Control |
ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
URL Oficial | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
Descrição | Adds a volume control slider to Gfycat gifs with sound. |
Tamanho do Arquivo | 12.03 KB |
Contagem de Instalações | 18 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-04-20 |
Data de Publicação | 2021-04-19 |
Desenvolvedor | Jason |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Sentinent/GfycatVolumeControl |
URL da Página de Ajuda | https://github.com/Sentinent/GfycatVolumeControl |
Idiomas Suportados | 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" ] } ] } |