Video controls
This extension always shows the controls over a video/animated gif
Video controlsคืออะไร?
Video controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dumitru Buzoianu และคุณลักษณะหลักของมันคือ "This extension always shows the controls over a video/animated gif"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video controls
ดาวน์โหลดไฟล์ส่วนขยาย Video controls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gjljlaipmmjmogcbeabcaelfnbajcpih |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih |
| คำอธิบาย | This extension always shows the controls over a video/animated gif |
| ขนาดไฟล์ | 54.03 KB |
| จำนวนการติดตั้ง | 442 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2017-05-28 |
| วันที่เผยแพร่ | 2017-05-28 |
| คะแนน | 2.80/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | Dumitru Buzoianu |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Video controls",
"description": "This extension always shows the controls over a video\/animated gif",
"version": "1.0",
"browser_action": {
"default_icon": "off.png",
"badge_text": "off"
},
"background": {
"scripts": [
"popup.js"
]
},
"permissions": [
"activeTab"
]
} | |