Youtube Minimalist

Removes the annoying elements from Youtube for a minimalist experience

Youtube Minimalistคืออะไร?

Youtube Minimalist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hulitaphy และคุณลักษณะหลักของมันคือ "Removes the annoying elements from Youtube for a minimalist experience"

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

screenshot

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

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

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

                        There are many annoying elements that can hamper your experience while browsing youtube, or simply detract your focus from your goal: watching videos!. This extension will give you options to remove the worst to make for a more minimalist experience.

Currently, this extension gives you settings to enable or disable these elements on youtube:
- The Logo and other icons from being visible
- Ads
- Search Result Distractions: Anything not a video in the search results
- Comment Section Link (Don't want to be accidentally clicking on viruses)
- Category Suggestions on the homepage
- Youtube Posts in search results
- Like buttons (Dislikes are gone, why not likes)
- End of video suggestion popups (I already know what I want to watch, thanks algorithm!)
- Turn shorts into regular video format from TikTok format

If youtube has been annoying you, please give this extension a try! Suggestions and feedback are certainly welcome.                    

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

ชื่อ Youtube Minimalist Youtube Minimalist
ID dhkbfioggpdjdkocfimgahjmfkmolnap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-minimalist/dhkbfioggpdjdkocfimgahjmfkmolnap
คำอธิบาย Removes the annoying elements from Youtube for a minimalist experience
ขนาดไฟล์ 46.07 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2023-02-06
วันที่เผยแพร่ 2023-01-03
ผู้พัฒนา Hulitaphy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Youtube Minimalist",
    "description": "Removes the annoying elements from Youtube for a minimalist experience",
    "version": "0.3",
    "author": "Fulivor",
    "action": {
        "default_popup": "index.html",
        "default_title": "Extension Enabler"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "chrome_128.png",
        "48": "chrome_48.png",
        "32": "chrome_32.png",
        "16": "chrome_16.png"
    }
}