Youtube Modal Hider

Hide the modal blocking video playback before they start on Youtube

Youtube Modal Hider là gì?

Youtube Modal Hider là một tiện ích mở rộng Chrome được phát triển bởi robin.slt, và tính năng chính của nó là "Hide the modal blocking video playback before they start on Youtube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Modal Hider

Tải xuống các tệp mở rộng Youtube Modal Hider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🍟
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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Modal Hider Youtube Modal Hider
ID ndbfahdnaonjebkndjfhddeigmikdhkg
URL Chính Thức https://chromewebstore.google.com/detail/youtube-modal-hider/ndbfahdnaonjebkndjfhddeigmikdhkg
Mô tả Hide the modal blocking video playback before they start on Youtube
Kích Thước Tệp 44.18 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2022-07-01
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển robin.slt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}