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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } ] } |