YT Mirror

YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.

YT Mirrorคืออะไร?

YT Mirror เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cholodymedia และคุณลักษณะหลักของมันคือ "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT Mirror

ดาวน์โหลดไฟล์ส่วนขยาย YT Mirror ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension seamlessly integrates with the YouTube player, placing a convenient "mirror" button alongside the native controls. With a single click, your video instantly reflects a mirror image.

🔒 YT Mirror respects your privacy - no browsing history or private data is collected.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YT Mirror YT Mirror
ID nokjcgeafjfhlbclmmgfeiiebgjfollb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb
คำอธิบาย YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
ขนาดไฟล์ 9.12 KB
จำนวนการติดตั้ง 11,857
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2021-09-19
คะแนน 4.75/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา cholodymedia
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YT Mirror",
    "description": "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.",
    "version": "1.1.7",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "YT Mirror",
        "default_icon": "icons\/icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}