BetterYT - Better YouTube

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

BetterYT - Better YouTube란 무엇입니까?

BetterYT - Better YouTube은(는) room에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds useful changes to YouTube, such as showing the mini player when scrolling."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BetterYT - Better YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}