Theater Mode

Simply focus on the video with theater mode addon

Theater Mode là gì?

Theater Mode là một tiện ích mở rộng Chrome được phát triển bởi Benni, và tính năng chính của nó là "Simply focus on the video with theater mode addon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Theater Mode

Tải xuống các tệp mở rộng Theater Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Theater Mode is an extension that helps you focus on the video when watching online content. It simply darkens the whole page except the video element and let you watch the video without any distractions. 

Please note that theater mode is not designed for normal browsing. Only enable it if you want to watch a video, otherwise, the whole page will be dark. There is also a whitelist feature in case you want to permanently exclude a website from theater mode.

To work with this addon, simply open a website with video content(s). Start (play) the video and then click on the theater mode button in the toolbar. The whole page will be converted to dark but the video remains visible. If you have a feature request or found a bug to report, please fill the bug report form on the addon homepage (https://mybrowseraddon.com/theater-mode.html).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Theater Mode Theater Mode
ID dglhlgljkmbceajpnbkkaangdkjfkdbb
URL Chính Thức https://chromewebstore.google.com/detail/theater-mode/dglhlgljkmbceajpnbkkaangdkjfkdbb
Mô tả Simply focus on the video with theater mode addon
Kích Thước Tệp 48.53 KB
Số Lần Cài Đặt 2,034
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2023-06-27
Ngày Phát Hành 2019-04-17
Đánh Giá 3.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Benni
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/theater-mode.html
URL Trang Trợ Giúp https://mybrowseraddon.com/theater-mode.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Theater Mode",
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/theater-mode.html",
    "description": "Simply focus on the video with theater mode addon",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "contextMenus"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/content_script\/page_context\/theater_1.css",
                "data\/content_script\/page_context\/theater_2.css",
                "data\/content_script\/page_context\/theater_3.css",
                "data\/content_script\/page_context\/theater_4.css"
            ]
        }
    ],
    "action": {
        "default_title": "Theater Mode",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}