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"
    ]
}