The real theater mode (Beta)

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

什麼是The real theater mode (Beta)?

The real theater mode (Beta)是由vasudevan開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to view the youtube video in theatre experience.”。

擴展截圖

screenshot
screenshot

下載The real theater mode (Beta)擴展crx文件

下載The real theater mode (Beta)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
官方網址 https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl
簡介 This extension allows the user to view the youtube video in theatre experience.
檔案大小 367 KB
安裝次數 94
目前版本 1.2
更新時間 2017-09-29
上架時間 2017-09-29
評分 5.00/5 共 3 次評分
開發者 vasudevan
付費類型 free
支援的語言 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"
    ]
}