YT Overlay Disabler

Enable/disable YouTube channel and video overlay at the end of videos.

YT Overlay Disablerคืออะไร?

YT Overlay Disabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jose_rullva และคุณลักษณะหลักของมันคือ "Enable/disable YouTube channel and video overlay at the end of videos."

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

screenshot

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

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

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

                        Enable/disable YouTube channel and video overlay at the end of videos.

It is by default enabled every time you refresh the page or load a new video, since it isn't usually necessary to disable it.                    

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

ชื่อ YT Overlay Disabler YT Overlay Disabler
ID chllpcnchiklhmenljaikomogckgfhph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph
คำอธิบาย Enable/disable YouTube channel and video overlay at the end of videos.
ขนาดไฟล์ 18.59 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-01-09
วันที่เผยแพร่ 2022-01-04
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jose_rullva
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Overlay Disabler",
    "description": "Enable\/disable YouTube channel and video overlay at the end of videos.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "overlay.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}