BigTube - Better Youtube Theater Mode & More

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

¿Qué es BigTube - Better Youtube Theater Mode & More?

BigTube - Better Youtube Theater Mode & More es una extensión de Chrome desarrollada por Pregnantboy, y su función principal es "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BigTube - Better Youtube Theater Mode & More

Descarga archivos de extensión BigTube - Better Youtube Theater Mode & More en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre BigTube - Better Youtube Theater Mode & More BigTube - Better Youtube Theater Mode & More
ID gdkadbhiemijfpoochcieonikoaciapi
URL Oficial https://chromewebstore.google.com/detail/bigtube-better-youtube-th/gdkadbhiemijfpoochcieonikoaciapi
Descripción Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.
Tamaño del Archivo 29.86 KB
Cantidad de Instalaciones 4,000
Versión Actual 4.3.3
Última Actualización 2024-02-27
Fecha de Publicación 2019-12-20
Calificación 4.78/5 Total de 92 Calificaciones
Desarrollador Pregnantboy
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ianchen.xyz/portfolio/bigtube/
Idiomas Soportados 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\/*"
    ]
}