Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
Vad är Gfycat Volume Control?
Gfycat Volume Control är en Chrome-tillägg utvecklad av Jason, och dess huvudfunktion är "Adds a volume control slider to Gfycat gifs with sound.".
Tilläggsskärmbilder
Ladda ner Gfycat Volume Control-förlängningens CRX-fil
Ladda ner Gfycat Volume Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs. Grundläggande Information om Tillägg
| Namn | |
| ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
| Officiell webbadress | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
| Beskrivning | Adds a volume control slider to Gfycat gifs with sound. |
| Filstorlek | 12.03 KB |
| Antal Installationer | 18 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2021-04-20 |
| Publiceringsdatum | 2021-04-19 |
| Utvecklare | Jason |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Sentinent/GfycatVolumeControl |
| Hjälpsida URL | https://github.com/Sentinent/GfycatVolumeControl |
| Stödda Språk | 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"
]
}
]
} | |