YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

YouTube Shorts to Normal Video Extensionคืออะไร?

YouTube Shorts to Normal Video Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 0dgkim และคุณลักษณะหลักของมันคือ "Automatically Converts YouTube Shorts to Regular Video User Interface"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Shorts to Normal Video Extension

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

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

                        This extension automatically converts YouTube Shorts interface to regular YouTube video UI.

Update: version 1.2
- Fixed double-click issue when navigating back from Shorts page.
- Seamless navigation to previous page without unnecessary redirection.
- Minor code clean-up                    

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

ชื่อ YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
คำอธิบาย Automatically Converts YouTube Shorts to Regular Video User Interface
ขนาดไฟล์ 5.34 KB
จำนวนการติดตั้ง 3,896
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2022-10-15
คะแนน 4.55/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา 0dgkim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts to Normal Video Extension",
    "description": "Automatically Converts YouTube Shorts to Regular Video User Interface",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": []
}