YouTube Enhanced

Experience YouTube the way you want to. Greatly improves configuration options for YouTube.

YouTube Enhancedคืออะไร?

YouTube Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย y3llowmustang และคุณลักษณะหลักของมันคือ "Experience YouTube the way you want to. Greatly improves configuration options for YouTube."

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

screenshot
screenshot
screenshot

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

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

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

                        ✨ Enhance your YouTube experience with YouTube Enhanced - a Chrome extension that offers a range of features to provide users with greater control and customization options. Experience YouTube like never before with our tailored set of features designed to improve your browsing and viewing experience. 🚀

Key Features:
⭐ Star rating system: Get a quick overview of video popularity based on likes and views.
🔧 Customizable settings dropdown menu: Personalize your YouTube experience with easy access to settings.
💬 Comment Filtering and Sorting: Not only can you sort comments by like count for more relevant and engaging discussions, but you can also filter comments by specific keywords to easily find the content you are interested in.
🎬 YouTube Shorts management: Easily filter out Shorts-related content for a more focused experience.
⏩ Enhanced video controls: Use arrow keys to effortlessly adjust video playback time.

Upcoming Features:
🔜 YouTube Reels control: Option to disable Reels from appearing on your feed.
🗓️ Monthly events management: Disable banners promoting YouTube's monthly events for a clutter-free experience.

Elevate your YouTube browsing with YouTube Enhanced 🚀 and enjoy a seamless, personalized experience tailored to your preferences. 🎉                    

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

ชื่อ YouTube Enhanced YouTube Enhanced
ID dedpiadekkldhjmllfbikkflegjnbnmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-enhanced/dedpiadekkldhjmllfbikkflegjnbnmi
คำอธิบาย Experience YouTube the way you want to. Greatly improves configuration options for YouTube.
ขนาดไฟล์ 33.05 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2023-05-20
วันที่เผยแพร่ 2022-12-06
ผู้พัฒนา y3llowmustang
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Enhanced",
    "description": "Experience YouTube the way you want to. Greatly improves configuration options for YouTube.",
    "version": "1.6.1",
    "permissions": [
        "contextMenus",
        "tabs",
        "nativeMessaging",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/likes.js",
                "js\/comments.js",
                "js\/shorts.js",
                "js\/misc.js"
            ],
            "css": [
                "css\/youtube.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "YouTube Enhanced",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}