remove shorts for youtube

Block all of the youtube shorts from homepage and play with Desktop UI as normal video

remove shorts for youtubeคืออะไร?

remove shorts for youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Youtube shorts desktop UI และคุณลักษณะหลักของมันคือ "Block all of the youtube shorts from homepage and play with Desktop UI as normal video"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย remove shorts for youtube

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

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

                        One of your productivity extensions if you are a marketer, creator or youtuber. This extension is designed to hide shorts and enable them with the desktop view if they are required to play. 

Simply add the remove shorts for yt extension to your browser and no other settings are required.

remove shorts for yt lets you play YouTube Shorts videos in normal mode like regular videos. It converts short videos with an aspect ratio of 9:16 to a normal aspect ratio of 16:9. 

How to Use  
-Click on the "Add to Chrome" option to add it. 
-Pin it to easily access the extension with a single click. 
-Open and play any YouTube video  
-Click on the extension icon and select whether or not to enable or disable short videos. 

Key Features :  

>>Enables streamers to decide in which aspect ratio they want to watch shorts Videos  
>>One click YouTube shorts enable and disable option 
>>Simple to use  
>>Completely free  

Removes YouTube Shorts Completely                    

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

ชื่อ remove shorts for youtube remove shorts for youtube
ID mdfinipnjnpgkdhmopphfgbnjhbipelk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-shorts-for-youtube/mdfinipnjnpgkdhmopphfgbnjhbipelk
คำอธิบาย Block all of the youtube shorts from homepage and play with Desktop UI as normal video
ขนาดไฟล์ 262 KB
จำนวนการติดตั้ง 2,089
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2024-01-02
วันที่เผยแพร่ 2022-10-19
คะแนน 3.10/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Youtube shorts desktop UI
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "version": "1.1.2",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "__MSG_appTitle__",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ]
}