Auto Theater Mode for Youtube
Auto expands youtube videos.
Что такое Auto Theater Mode for Youtube?
Auto Theater Mode for Youtube - это расширение Chrome, разработанное Quiet Dev, и его основная функция - "Auto expands youtube videos.".
Снимки экрана расширения
Скачать файл CRX расширения Auto Theater Mode for Youtube
Скачайте файлы расширений Auto Theater Mode for Youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Makes Youtube videos be in theater mode by default. Основная информация о расширении
| Название | |
| ID | faldmgebjochcokggcfifikdenfekkad |
| Официальный URL | https://chromewebstore.google.com/detail/auto-theater-mode-for-you/faldmgebjochcokggcfifikdenfekkad |
| Описание | Auto expands youtube videos. |
| Размер файла | 3.8 KB |
| Количество установок | 184 |
| Текущая Версия | 1.3.0 |
| Последнее Обновление | 2021-12-24 |
| Дата публикации | 2021-12-16 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Quiet Dev |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "Auto Theater Mode for Youtube.png"
},
"manifest_version": 3,
"name": "Auto Theater Mode for Youtube",
"short_name": "Auto Theater",
"description": "Auto expands youtube videos.",
"permissions": [
"cookies"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"version": "1.3.0"
} | |