Video Rotater
Rotate the Video Player to the angle you desire.
Video Rotaterคืออะไร?
Video Rotater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eccentricjinp และคุณลักษณะหลักของมันคือ "Rotate the Video Player to the angle you desire."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Rotater
ดาวน์โหลดไฟล์ส่วนขยาย Video Rotater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1. It is completely free. 2. Tested on the Youtube and other play page. 3. Press Ctrl+C to rotate the player in full screen. 4. Enjoy. Update log: 2021/12/07: Tested on more play pages, mainly Youtube player. 2022/07/15: Bug fixed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
คำอธิบาย | Rotate the Video Player to the angle you desire. |
ขนาดไฟล์ | 11.42 KB |
จำนวนการติดตั้ง | 2,043 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-07-16 |
วันที่เผยแพร่ | 2021-09-10 |
คะแนน | 4.20/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | eccentricjinp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Rotater", "description": "Rotate the Video Player to the angle you desire.", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+R", "mac": "MacCtrl+R" }, "description": "Rotate the Video Player." } } } |