Youtube Modal Hider

Hide the modal blocking video playback before they start on Youtube

Youtube Modal Hider क्या है?

Youtube Modal Hider robin.slt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide the modal blocking video playback before they start on Youtube"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Modal Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🍟
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
        }
    ]
}