Twitter Volume Control
Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
Twitter Volume Controlคืออะไร?
Twitter Volume Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pause-geek.fr และคุณลักษณะหลักของมันคือ "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Volume Control
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Volume Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TWITTER FINALLY ADDED THIS FUNCTIONALITY NATIVELY - THIS EXTENSION IS NOT NEEDED ANYMORE. I will leave it on the webstore anyway in case people prefer the horizontal version. No Vine support, only native twitter videos. Check the source at https://github.com/BaliBalo/twitterVolumeControl
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | geeghoallaenmelpkedpgjpllljkfeap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap |
คำอธิบาย | Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW |
ขนาดไฟล์ | 7.16 KB |
จำนวนการติดตั้ง | 2,282 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2016-10-20 |
วันที่เผยแพร่ | 2016-10-20 |
คะแนน | 4.70/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | http://pause-geek.fr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Volume Control", "version": "1.3.1", "description": "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/i\/videos\/*" ], "js": [ "script.js" ], "all_frames": true } ], "manifest_version": 2 } |