YouTube Aspect Ratio Control

Resizer and aspect ratio changer for YouTube videos.

YouTube Aspect Ratio Controlคืออะไร?

YouTube Aspect Ratio Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrei Felix และคุณลักษณะหลักของมันคือ "Resizer and aspect ratio changer for YouTube videos."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Aspect Ratio Control

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

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

                        An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.                    

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

ชื่อ YouTube Aspect Ratio Control YouTube Aspect Ratio Control
ID nibkffljoplhfjjnompgibnkoehbjmmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo
คำอธิบาย Resizer and aspect ratio changer for YouTube videos.
ขนาดไฟล์ 35 KB
จำนวนการติดตั้ง 13,086
เวอร์ชันปัจจุบัน 1.0.0.2
อัปเดตครั้งล่าสุด 2020-08-04
วันที่เผยแพร่ 2018-05-26
คะแนน 4.37/5 รวมทั้งหมด 133 คะแนน
ผู้พัฒนา Andrei Felix
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Aspect Ratio Control",
    "version": "1.0.0.2",
    "description": "Resizer and aspect ratio changer for YouTube videos.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/jquery.js",
                "js\/aspect-ratio.js"
            ]
        }
    ]
}