Minimal YouTube

An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.

Minimal YouTubeคืออะไร?

Minimal YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ephraim Atta-Duncan และคุณลักษณะหลักของมันคือ "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Minimal YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Dopamine Free Youtube at your service                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Minimal YouTube Minimal YouTube
ID imnffafnaoooaedkhappfhomnnpigogk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk
คำอธิบาย An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 4,330
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-10-20
วันที่เผยแพร่ 2022-09-26
คะแนน 4.76/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Ephraim Atta-Duncan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dephraiim/minimal-youtube
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal YouTube",
    "version": "1.0.0",
    "description": "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.",
    "author": "Ephraim Atta-Duncan",
    "icons": {
        "16": "assets\/16x16.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}