BetterYT - Better YouTube

Adds useful changes to YouTube, such as showing the mini player when scrolling.

BetterYT - Better YouTubeคืออะไร?

BetterYT - Better YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย room และคุณลักษณะหลักของมันคือ "Adds useful changes to YouTube, such as showing the mini player when scrolling."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Better YouTube tries to make the YouTube viewing experience better by adding features to the site. Each feature is able to enabled/disabled.

Features:
- Show the mini player on scroll down to comments or related videos
- Redesigned live stream theater mode that makes theater mode look like Twitch.TV
- A new comments mode that moves the comment section from its normal position to the right of the video, allowing comments to be read while watching a video                    

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

ชื่อ BetterYT - Better YouTube BetterYT - Better YouTube
ID cpdnfglecdpndafeaeingjgifjannjkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betteryt-better-youtube/cpdnfglecdpndafeaeingjgifjannjkm
คำอธิบาย Adds useful changes to YouTube, such as showing the mini player when scrolling.
ขนาดไฟล์ 60.84 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.0.20
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2022-07-26
ผู้พัฒนา room
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "version": "0.0.20",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "24": "images\/toolbar-icon-24.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png",
            "48": "images\/toolbar-icon-48.png",
            "72": "images\/toolbar-icon-72.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/returnyoutubedislikeapi.com\/"
    ]
}