Video in Theater Mode V2

When watching the video, this extension is able to catch the video source, then it can have a page which contains the video element…

¿Qué es Video in Theater Mode V2?

Video in Theater Mode V2 es una extensión de Chrome desarrollada por Yikai, y su función principal es "When watching the video, this extension is able to catch the video source, then it can have a page which contains the video element…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video in Theater Mode V2

Descarga archivos de extensión Video in Theater Mode V2 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

                        觀看m3u8影片時, 可直接或擷取片源, 並開新視窗觀看該影片(影片填滿整個瀏覽器)                    

Información Básica de la Extensión

Nombre Video in Theater Mode V2 Video in Theater Mode V2
ID cmkjpaihgnjkmienaeidkmgkcihbpkal
URL Oficial https://chromewebstore.google.com/detail/video-in-theater-mode-v2/cmkjpaihgnjkmienaeidkmgkcihbpkal
Descripción When watching the video, this extension is able to catch the video source, then it can have a page which contains the video element…
Tamaño del Archivo 341 KB
Cantidad de Instalaciones 257
Versión Actual 1.6.1
Última Actualización 2023-12-13
Fecha de Publicación 2020-01-13
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador Yikai
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "zh_TW",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.6.1",
    "description": "__MSG_description__",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_icon": ".\/images\/icon128.png",
        "default_popup": ".\/html\/Popup.html",
        "default_title": "__MSG_default_title__"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "options_ui": {
        "page": ".\/html\/Options.html"
    },
    "background": {
        "service_worker": ".\/js\/Background.js"
    },
    "permissions": [
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}