Video Controls
Re-styling of Prime Video playback controls to be less intrusive.
Video Controlsคืออะไร?
Video Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Justin และคุณลักษณะหลักของมันคือ "Re-styling of Prime Video playback controls to be less intrusive."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Controls
ดาวน์โหลดไฟล์ส่วนขยาย Video Controls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically re-styles Prime Video playback controls to be less intrusive. Release Notes: v1.0.1 - Added support for American prime video domains
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Controls |
ID | jabennopofjkkeodfgcmpmdcibkjlcol |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol |
คำอธิบาย | Re-styling of Prime Video playback controls to be less intrusive. |
ขนาดไฟล์ | 45.28 KB |
จำนวนการติดตั้ง | 364 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2022-09-25 |
วันที่เผยแพร่ | 2019-11-04 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Justin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Controls", "version": "1.1.2", "description": "Re-styling of Prime Video playback controls to be less intrusive.", "icons": { "128": "images\/logoIcon.png" }, "content_scripts": [ { "matches": [ "https:\/\/primevideo.com\/*", "https:\/\/www.primevideo.com\/*", "https:\/\/amazon.com\/*", "https:\/\/www.amazon.com\/*" ], "js": [ "dist\/content.js" ] } ], "page_action": { "default_icon": { "128": "images\/logoIcon.png" } }, "permissions": [ "https:\/\/primevideo.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'", "manifest_version": 2 } |