Cinema Theme For YouTube

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

Apa itu Cinema Theme For YouTube?

Cinema Theme For YouTube adalah ekstensi Chrome yang dikembangkan oleh Allohost, dan fitur utamanya adalah "This extension allows the user to view the youtube video in Cinema experience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cinema Theme For YouTube

Unduh file ekstensi Cinema Theme For YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Cinema Theme For YouTube Cinema Theme For YouTube
ID nfhepcgcmgdaennlnipbmccneldpfafm
URL Resmi https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm
Deskripsi This extension allows the user to view the youtube video in Cinema experience.
Ukuran File 239 KB
Jumlah Instalasi 26
Versi Saat Ini 2.1
Terakhir Diperbarui 2018-10-07
Tanggal Publikasi 2018-10-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Allohost
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://search.starsurf.net
URL Halaman Bantuan http://search.starsurf.net
Bahasa yang Didukung 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"
    ]
}