Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
Gfycat Volume Control क्या है?
Gfycat Volume Control Jason द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a volume control slider to Gfycat gifs with sound."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gfycat Volume Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs.
एक्सटेंशन की मूल जानकारी
नाम | Gfycat Volume Control |
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" ] } ] } |