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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}