YouTube Longs

Redirects tabs opening a YouTube short to open the proper video.

YouTube Longsคืออะไร?

YouTube Longs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Deathbetray และคุณลักษณะหลักของมันคือ "Redirects tabs opening a YouTube short to open the proper video."

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

screenshot

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

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

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

                        Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.                    

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

ชื่อ YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
คำอธิบาย Redirects tabs opening a YouTube short to open the proper video.
ขนาดไฟล์ 17.86 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-06-05
วันที่เผยแพร่ 2022-06-04
ผู้พัฒนา Deathbetray
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Longs",
    "description": "Redirects tabs opening a YouTube short to open the proper video.",
    "version": "1.1",
    "author": "Deathbetray",
    "manifest_version": 3,
    "background": {
        "service_worker": "youTubeLongs.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/images\/youTubeLongs-logo-16.png",
        "32": "\/images\/youTubeLongs-logo-32.png",
        "48": "\/images\/youTubeLongs-logo-48.png",
        "128": "\/images\/youTubeLongs-logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/youTubeLongs-logo-16.png",
            "32": "\/images\/youTubeLongs-logo-32.png",
            "48": "\/images\/youTubeLongs-logo-48.png",
            "128": "\/images\/youTubeLongs-logo-128.png"
        },
        "default_title": "YouTube Longs",
        "default_popup": "popup.html"
    }
}