Anti YT Shorts

Redirects you to the original YouTube video player!

Anti YT Shortsคืออะไร?

Anti YT Shorts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Happy Fone และคุณลักษณะหลักของมันคือ "Redirects you to the original YouTube video player!"

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

screenshot

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

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

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

                        Shorts play through the regular video player rather than the new YouTube Shorts video player.                    

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

ชื่อ Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
คำอธิบาย Redirects you to the original YouTube video player!
ขนาดไฟล์ 39.01 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-03-07
วันที่เผยแพร่ 2022-03-06
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Happy Fone
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti YT Shorts",
    "version": "1.0",
    "description": "Redirects you to the original YouTube video player!",
    "icons": {
        "128": "antishorts.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}