Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
Что такое Gfycat Volume Control?
Gfycat Volume Control - это расширение Chrome, разработанное Jason, и его основная функция - "Adds a volume control slider to Gfycat gifs with sound.".
Снимки экрана расширения
Скачать файл CRX расширения Gfycat Volume Control
Скачайте файлы расширений Gfycat Volume Control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs. Основная информация о расширении
| Название | |
| ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
| Официальный URL | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
| Описание | Adds a volume control slider to Gfycat gifs with sound. |
| Размер файла | 12.03 KB |
| Количество установок | 18 |
| Текущая Версия | 0.0.1 |
| Последнее Обновление | 2021-04-20 |
| Дата публикации | 2021-04-19 |
| Разработчик | Jason |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/Sentinent/GfycatVolumeControl |
| URL страницы помощи | https://github.com/Sentinent/GfycatVolumeControl |
| Поддерживаемые языки | 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"
]
}
]
} | |