video mirroring
Mirroring videos from YT.
video mirroringคืออะไร?
video mirroring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomascormack และคุณลักษณะหลักของมันคือ "Mirroring videos from YT."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย video mirroring
ดาวน์โหลดไฟล์ส่วนขยาย video mirroring ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Some videos on YouTube are reflected, either because they are very old, due to recording problems, etc. This extension aims to fix these problems by mirroring the video you are watching, just clicking in the extension icon. We do not collect any information or browsing history, your privacy is safe with us.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | video mirroring |
ID | icfblmejfimdamccpnoihghdjdhkaedi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi |
คำอธิบาย | Mirroring videos from YT. |
ขนาดไฟล์ | 7.69 KB |
จำนวนการติดตั้ง | 1,554 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-12-07 |
วันที่เผยแพร่ | 2021-11-30 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | tomascormack |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "video mirroring", "description": "Mirroring videos from YT.", "version": "1.0", "icons": { "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_action": "mirror.png" }, "permissions": [ "activeTab" ] } |