Video in Theater Mode Pro

Before watching the video, enable this extension and click the fullscreen button of video, then the video element will fill in…

Τι είναι το Video in Theater Mode Pro;

Το Video in Theater Mode Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yikai, και η κύρια λειτουργία του είναι "Before watching the video, enable this extension and click the fullscreen button of video, then the video element will fill in…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video in Theater Mode Pro

Λήψη αρχείων επέκτασης Video in Theater Mode Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        功能描述(Description):
—使影片填充整個瀏覽器畫面
—(Let the video fill the browser view)
使用說明(User guide):
—已啟用(Enable): 插件按鈕為紅色(The color of the extension button is red)
—已停用(Disable): 插件按鈕為灰色(The color of the extension button is gray)
—步驟一(Step 1): 點擊插件按鈕以啟用(Click the extension button to enable the feature)
—步驟二(Step 2): 點擊影片全螢幕按鈕(Click the full screen button of the video)
—步驟三(Step 3): 享受劇院模式(Enjoy the theater mode)
—※若您想使用傳統全螢幕而非劇院模式, 點擊插件按鈕停用即可
—(If you want to watch the video in whole screen, click the extension button to disable the feature)
—※當發生以下狀況, 插件將自動停用: (1)切換Chrome頁籤(2)切換不同的Chrome視窗(3)瀏覽器全螢幕
—(The extension will disable automatically when encountering the following situations: (1)Switch to another chrome tab(2)Switch to another chrome window(3)Browser full screen)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video in Theater Mode Pro Video in Theater Mode Pro
ID bglicehingnhimmkihplligdihgfapjf
Επίσημο URL https://chromewebstore.google.com/detail/video-in-theater-mode-pro/bglicehingnhimmkihplligdihgfapjf
Περιγραφή Before watching the video, enable this extension and click the fullscreen button of video, then the video element will fill in…
Μέγεθος Αρχείου 295 KB
Αριθμός Εγκαταστάσεων 1,193
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2023-12-12
Ημερομηνία Δημοσίευσης 2020-02-01
Αξιολόγηση 4.67/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Yikai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "zh_TW",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.1",
    "manifest_version": 3,
    "icons": {
        "128": ".\/icon.png"
    },
    "background": {
        "service_worker": ".\/js\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/utils\/jquery-3.7.1.min.js",
                ".\/js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_default_title_on__",
        "default_icon": ".\/images\/TheaderModeOff.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "options_ui": {
        "page": ".\/html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "offscreen",
        "activeTab"
    ]
}