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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vasudevan และคุณลักษณะหลักของมันคือ "This extension allows the user to view the youtube video in theatre experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The real theater mode (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย The real theater mode (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
URL อย่างเป็นทางการ 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"
    ]
}