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