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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |