Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Youtube Shorts to normal Youtube Videoคืออะไร?

Youtube Shorts to normal Youtube Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 4clem4 และคุณลักษณะหลักของมันคือ "Just transform Youtube Shorts link to a normal video link"

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

screenshot
screenshot

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

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

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

                        With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).                    

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

ชื่อ Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
คำอธิบาย Just transform Youtube Shorts link to a normal video link
ขนาดไฟล์ 11.31 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-10
วันที่เผยแพร่ 2023-04-10
ผู้พัฒนา 4clem4
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts to normal Youtube Video",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Just transform Youtube Shorts link to a normal video link",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon_watch.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ]
}