Mindfully. Hide YouTube End Cards

Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip

Mindfully. Hide YouTube End Cards क्या है?

Mindfully. Hide YouTube End Cards https://tamalchowdhury.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip"।

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

screenshot
screenshot

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

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

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

                        Don't you hate when YouTube puts those annoying cards at the end of every music video or a movie clip? Mindfully will automatically hide all end cards from YouTube so you won't miss your favorite scene!                    

एक्सटेंशन की मूल जानकारी

नाम Mindfully. Hide YouTube End Cards Mindfully. Hide YouTube End Cards
ID ifmbbceocmponbpifmpkkhnidmgopmmf
आधिकारिक URL https://chromewebstore.google.com/detail/mindfully-hide-youtube-en/ifmbbceocmponbpifmpkkhnidmgopmmf
विवरण Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip
फ़ाइल का आकार 257 KB
स्थापना संख्या 2,913
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2020-04-11
रेटिंग 5.00/5 कुल 19 रेटिंग्स
डेवलपर https://tamalchowdhury.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tamalchowdhury.com
सहायता पृष्ठ URL https://twitter.com/tamalchow
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/9336526f-6e40-4cc5-98ef-7552e7739931
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mindfully. Hide YouTube End Cards",
    "version": "2.0.1",
    "description": "Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip",
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_title": "Mindfully. Hides YouTube Distractions"
    },
    "options_page": "pages\/installed.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "16": "images\/icon128.png",
        "32": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    }
}