Youtube Modal Hider

Hide the modal blocking video playback before they start on Youtube

什麼是Youtube Modal Hider?

Youtube Modal Hider是由robin.slt開發的Chrome擴展程式,該擴展的主要功能是“Hide the modal blocking video playback before they start on Youtube”。

擴展截圖

screenshot

下載Youtube Modal Hider擴展crx文件

下載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
官方網址 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
        }
    ]
}