No more shorts

Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.

No more shortsคืออะไร?

No more shorts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kakke และคุณลักษณะหลักของมันคือ "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No more shorts

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

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

                        The extension is in alpha, check out the code on my github.                    

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

ชื่อ No more shorts No more shorts
ID cdgiehpicfibgnnekjipimaabanbdagh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh
คำอธิบาย Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
ขนาดไฟล์ 11.53 KB
จำนวนการติดตั้ง 280
เวอร์ชันปัจจุบัน 0.0.0.6
อัปเดตครั้งล่าสุด 2023-01-02
วันที่เผยแพร่ 2022-12-27
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา kakke
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/albertbayazidi/no_more_shorts
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "remove_html.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "No more shorts",
    "version": "0.0.0.6",
    "description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.",
    "icons": {
        "128": "img.png"
    }
}