Fill Window - Youtube
Plays Youtube videos in the entire window
Что такое Fill Window - Youtube?
Fill Window - Youtube - это расширение Chrome, разработанное TT Ext, и его основная функция - "Plays Youtube videos in the entire window".
Снимки экрана расширения
Скачать файл CRX расширения Fill Window - Youtube
Скачайте файлы расширений Fill Window - Youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds a button to the corner of your browser that will toggle youtube videos to fill the window. Advantages: Does not run any code when not in use. Will also work on drive.google.com
Основная информация о расширении
Название | Fill Window - Youtube |
ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
Официальный URL | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
Описание | Plays Youtube videos in the entire window |
Размер файла | 13.13 KB |
Количество установок | 1,069 |
Текущая Версия | 0.0.0.10 |
Последнее Обновление | 2024-02-23 |
Дата публикации | 2019-04-27 |
Рейтинг | 4.78/5 Всего 18 оценок |
Разработчик | TT Ext |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fill Window - Youtube", "description": "Plays Youtube videos in the entire window", "version": "0.0.0.10", "permissions": [ "scripting", "activeTab" ], "commands": [], "manifest_version": 3, "icons": { "128": "red.png" }, "action": { "default_title": "Fill Window", "default_popup": "window.html", "default_icon": "red.png" } } |