The real theater mode (Beta)

This extension allows the user to view the youtube video in theatre experience.

The real theater mode (Beta) là gì?

The real theater mode (Beta) là một tiện ích mở rộng Chrome được phát triển bởi vasudevan, và tính năng chính của nó là "This extension allows the user to view the youtube video in theatre experience.".

Ả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 The real theater mode (Beta)

Tải xuống các tệp mở rộng The real theater mode (Beta) 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

                                            

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

Tên The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
URL Chính Thức https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl
Mô tả This extension allows the user to view the youtube video in theatre experience.
Kích Thước Tệp 367 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-09-29
Ngày Phát Hành 2017-09-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển vasudevan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The real theater mode (Beta)",
    "description": "This extension allows the user to view the youtube video in theatre experience.",
    "version": "1.2",
    "author": "Vasudevan",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        },
        "default_title": "Theatre Mode"
    },
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}