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'est-ce que Video in Theater Mode V2 ?

Video in Theater Mode V2 est une extension Chrome développée par Yikai, et sa fonction principale est "When watching the video, this extension is able to catch the video source, then it can have a page which contains the video element…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Video in Theater Mode V2

Téléchargez les fichiers d'extension Video in Theater Mode V2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Video in Theater Mode V2 Video in Theater Mode V2
ID cmkjpaihgnjkmienaeidkmgkcihbpkal
URL Officiel https://chromewebstore.google.com/detail/video-in-theater-mode-v2/cmkjpaihgnjkmienaeidkmgkcihbpkal
Description When watching the video, this extension is able to catch the video source, then it can have a page which contains the video element…
Taille du Fichier 341 KB
Nombre d'Installations 257
Version Actuelle 1.6.1
Dernière Mise à Jour 2023-12-13
Date de Publication 2020-01-13
Évaluation 4.00/5 Total 2 Évaluations
Développeur Yikai
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}