Cinema Theme For YouTube

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

Cinema Theme For YouTubeคืออะไร?

Cinema Theme For YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Allohost และคุณลักษณะหลักของมันคือ "This extension allows the user to view the youtube video in Cinema experience."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cinema Theme For YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Cinema Theme For YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Cinema Theme For YouTube
With this simple extension you will be able to use  your screen when watching YouTube videos in Cinema mode.
feel the cinema with Cinema Theme For YouTube                    

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

ชื่อ Cinema Theme For YouTube Cinema Theme For YouTube
ID nfhepcgcmgdaennlnipbmccneldpfafm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm
คำอธิบาย This extension allows the user to view the youtube video in Cinema experience.
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-10-07
วันที่เผยแพร่ 2018-10-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Allohost
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://search.starsurf.net
URL หน้าช่วยเหลือ http://search.starsurf.net
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cinema Theme For YouTube",
    "description": "This extension allows the user to view the youtube video in Cinema experience.",
    "version": "2.1",
    "author": "Starsurf",
    "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"
    ]
}