Youtube Modal Hider

Hide the modal blocking video playback before they start on Youtube

Youtube Modal Hiderคืออะไร?

Youtube Modal Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robin.slt และคุณลักษณะหลักของมันคือ "Hide the modal blocking video playback before they start on Youtube"

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

screenshot

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

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

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

                        🍟
YouTubeModalHider
Cacher la modal qui bloque les vidéos avant leur lancement sur YouTube.
Cette extension est légère, rapide et n'affectera pas votre expérience sur Youtube.

NOTE:
Cette extension ne supporte pas l'ancienne affichage de Youtube.
Merci de passer au nouvel affichage pour en profiter : https://www.youtube.com/new

AVIS DE CONFIDENTIALITÉS :
Cette extension ne collecte aucune informations personnelles n'utilise aucun traceur ou d'outils analytiques.
Cette extension n'utilise pas de requête vers des serveurs externes ou d’utilisations externes par quelconque moyen.

🍵
YouTubeModalHider
Hide the modal blocking video playback before they start on Youtube.
The extension is lightweight and fast, does not affect your browsing experience.

NOTE:
This extension DOES NOT work with the old layout.
Please switch to the new one here: https://www.youtube.com/new

PRIVACY NOTICE:
This extension does not collect any information or data on you.
This extension does not contain analytics/tracking codes.
This extension does not make even a single request to a 3rd party server.                    

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

ชื่อ Youtube Modal Hider Youtube Modal Hider
ID ndbfahdnaonjebkndjfhddeigmikdhkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-modal-hider/ndbfahdnaonjebkndjfhddeigmikdhkg
คำอธิบาย Hide the modal blocking video playback before they start on Youtube
ขนาดไฟล์ 44.18 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2024-01-28
วันที่เผยแพร่ 2022-07-01
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา robin.slt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Modal Hider",
    "version": "4.0",
    "description": "Hide the modal blocking video playback before they start on Youtube",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery.min.js",
                "js\/scripts.js"
            ],
            "all_frames": false
        }
    ]
}