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はAllohostによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to view the youtube video in Cinema experience.」です。

拡張機能のスクリーンショット

screenshot

Cinema Theme For YouTube拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}