Rotate YouTube Video

Rotate and scale YouTube video.

Rotate YouTube Videoคืออะไร?

Rotate YouTube Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย echoviser และคุณลักษณะหลักของมันคือ "Rotate and scale YouTube video."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rotate YouTube Video

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

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

                        This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse.                    

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

ชื่อ Rotate YouTube Video Rotate YouTube Video
ID lcinhcicakienghnfpigejmbnganpmjl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl
คำอธิบาย Rotate and scale YouTube video.
ขนาดไฟล์ 2.12 MB
จำนวนการติดตั้ง 503
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-31
วันที่เผยแพร่ 2023-03-31
คะแนน 1.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา echoviser
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rotate YouTube Video",
    "version": "1.0",
    "description": "Rotate and scale YouTube video.",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "youtube-16.png",
        "48": "youtube-48.png",
        "64": "youtube-64.png",
        "128": "youtube-128.png",
        "256": "youtube-256.png"
    }
}