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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Mindfully. Hide YouTube End Cards

قم بتنزيل ملفات الامتداد Mindfully. Hide YouTube End Cards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://twitter.com/tamalchow
عنوان صفحة سياسة الخصوصية 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"
    }
}