Hide Shorts for YouTube

Disable - Block Shorts for Youtube

Hide Shorts for YouTubeคืออะไร?

Hide Shorts for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ey2y34 และคุณลักษณะหลักของมันคือ "Disable - Block Shorts for Youtube"

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

screenshot

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

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

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

                        Simple extension to block YT Shorts
Block YouTube Shorts effortlessly with this simple browser extension.                    

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

ชื่อ Hide Shorts for YouTube Hide Shorts for YouTube
ID pgeleiggmfnpbanhagnpajcfilnkaghj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj
คำอธิบาย Disable - Block Shorts for Youtube
ขนาดไฟล์ 20.64 KB
จำนวนการติดตั้ง 680
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-07-31
วันที่เผยแพร่ 2020-12-02
คะแนน 4.06/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา ey2y34
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/extensions-privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Shorts for YouTube",
    "description": "Disable - Block Shorts for Youtube",
    "version": "1.0.4",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Remove Youtube Shorts"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}