Disable YouTube Shorts ON OFF

Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos

Disable YouTube Shorts ON OFFคืออะไร?

Disable YouTube Shorts ON OFF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Youtube Short ON OFF และคุณลักษณะหลักของมันคือ "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable YouTube Shorts ON OFF

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

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

                        YouTube Shorts ON OFF
Removes all Shorts from YouTube
The YouTube shorts video should be played just like any other video.
Playing YouTube Shorts videos on a standard Video is possible using an extension.
YouTube Shorts ON OFF YouTube Shorts to Standard Videos
YouTube Shorts ON OFF is now enabled by default                    

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

ชื่อ Disable YouTube Shorts ON OFF Disable YouTube Shorts ON OFF
ID pkiligjbdajidpjlikchpofgfjhgecdp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp
คำอธิบาย Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
ขนาดไฟล์ 66.11 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2023-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Youtube Short ON OFF
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.0.2",
    "default_locale": "en_US",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "Disable YouTube Shorts ON OFF"
    },
    "commands": {
        "_execute_action": {
            "description": "Switch to normal video URL",
            "suggested_key": {
                "default": "Alt+V"
            }
        }
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "Youtube Shorts"
}