Remove Youtube Shorts

Removes YouTube shorts and prevents you from wasting your precious time.

Remove Youtube Shortsคืออะไร?

Remove Youtube Shorts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ArkTech และคุณลักษณะหลักของมันคือ "Removes YouTube shorts and prevents you from wasting your precious time."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension completely removes YouTube Shorts as if they were never there. You will no longer see any Shorts videos in your YouTube feed, search results, or recommended videos. You can browse YouTube with peace of mind, knowing that you won't be distracted by these short-form videos.

The extension can help reduce the number of short videos that may potentially distract the user and cause their mind to switch focus frequently. This can result in a more focused and attentive mindset, as the user is not being continuously stimulated by short videos that can interrupt their concentration. By removing this distraction, the user may be able to increase their attention span and focus on other tasks or longer-form content.                    

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

ชื่อ Remove Youtube Shorts Remove Youtube Shorts
ID mgngbgbhliflggkamjnpdmegbkidiapm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-youtube-shorts/mgngbgbhliflggkamjnpdmegbkidiapm
คำอธิบาย Removes YouTube shorts and prevents you from wasting your precious time.
ขนาดไฟล์ 21.41 KB
จำนวนการติดตั้ง 709
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-01-20
วันที่เผยแพร่ 2023-04-26
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา ArkTech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Youtube Shorts",
    "version": "1.0.0",
    "description": "Removes YouTube shorts and prevents you from wasting your precious time.",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "\/assets\/logo128.png"
    },
    "action": {
        "default_icon": {
            "128": "\/assets\/logo128.png"
        },
        "default_popup": "interface_html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}