Minimal YouTube Homepage

A minimalistic, Google like alternative to YouTube's homepage

Minimal YouTube Homepageคืออะไร?

Minimal YouTube Homepage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hcwtam และคุณลักษณะหลักของมันคือ "A minimalistic, Google like alternative to YouTube's homepage"

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

screenshot
screenshot

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

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

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

                        This extension helps you to become a less distracted, more productive person.

Have you every found yourself wanting to look something up on YouTube, seeing a bunch of interesting video suggestions shown on screen, watching 5 of them in a row, and forgetting why you go to YouTube in the first place?

If so, this is the perfect extension for you. A practical and simple person like you would enjoy this minimalistic, Google like alternative to YouTube's homepage.                    

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

ชื่อ Minimal YouTube Homepage Minimal YouTube Homepage
ID jkjgfpleclhnfnlnbhhodecfcpfdiblc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc
คำอธิบาย A minimalistic, Google like alternative to YouTube's homepage
ขนาดไฟล์ 10.33 KB
จำนวนการติดตั้ง 711
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-11-10
วันที่เผยแพร่ 2022-07-15
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา hcwtam
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal YouTube Homepage",
    "description": "A minimalistic, Google like alternative to YouTube's homepage",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}