BigTube - Better Youtube Theater Mode & More

Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.

BigTube - Better Youtube Theater Mode & More란 무엇입니까?

BigTube - Better Youtube Theater Mode & More은(는) Pregnantboy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BigTube - Better Youtube Theater Mode & More 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Maximise your browser real estate by fully expanding your youtube video player (without going fullscreen).

Updates (Feb '24)
-----------------------------------
- Supports Youtube new grid layout

Improvements (Dec 23)
-----------------------------------
- Allow hiding of miniplayer

More fixes (Aug '23)
-----------------------------------
- Update css

Fixes (Aug '23)
-----------------------------------
- Update css

New Features (Jul '23)
-----------------------------------
- Miniplayer on scroll - now you can read comments while still watching the video

Fixes (Jun '23)
-----------------------------------
- Update css to support Youtube's new styling (thanks @pinakipb2)

Features (Oct '22)
-----------------------------------
- Improve performance of bigtube
- Shortcut for Picture-in-Picture now set to Alt+P (Windows) or Option+P (Mac)
- Migration to manifest v3 for extensions                    

확장 프로그램 기본 정보

이름 BigTube - Better Youtube Theater Mode & More BigTube - Better Youtube Theater Mode & More
ID gdkadbhiemijfpoochcieonikoaciapi
공식 URL https://chromewebstore.google.com/detail/bigtube-better-youtube-th/gdkadbhiemijfpoochcieonikoaciapi
설명 Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.
파일 크기 29.86 KB
설치 횟수 4,000
현재 버전 4.3.3
최근 업데이트 2024-02-27
출시 날짜 2019-12-20
평점 4.78/5 총 92 개의 평점
개발자 Pregnantboy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ianchen.xyz/portfolio/bigtube/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigTube - Better Youtube Theater Mode & More",
    "short_name": "BigTube",
    "version": "4.3.3",
    "manifest_version": 3,
    "description": "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/main.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "linux": "Alt+P",
                "chromeos": "Alt+P",
                "default": "Alt+P"
            }
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}