Youtube Anti Shorts

Hide All YouTube Shorts

Youtube Anti Shortsคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        Hide All Shorts videos on YouTube.

Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts
Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md
Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues                    

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

ชื่อ Youtube Anti Shorts Youtube Anti Shorts
ID lfhnlieoomhlancdfhihpopgkiekbefd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd
คำอธิบาย Hide All YouTube Shorts
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2023-05-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sapondanaisriwan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sapondanaisriwan/youtube-anti-shorts/
URL หน้าช่วยเหลือ https://github.com/sapondanaisriwan/youtube-anti-shorts/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Anti Shorts",
    "description": "Hide All YouTube Shorts",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/asset\/img\/icon-16.png",
        "32": ".\/asset\/img\/icon-32.png",
        "48": ".\/asset\/img\/icon-48.png",
        "128": ".\/asset\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/variables.js",
                ".\/init-data.js",
                ".\/hide-shorts.js"
            ]
        }
    ]
}