FullTube
Enlarge YouTube videos to fill the whole tab.
Что такое FullTube?
FullTube - это расширение Chrome, разработанное ijanos, и его основная функция - "Enlarge YouTube videos to fill the whole tab.".
Снимки экрана расширения
Скачать файл CRX расширения FullTube
Скачайте файлы расширений FullTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Fill the whole tab with a YouTube video without making it fullscreen.
Основная информация о расширении
Название | FullTube |
ID | nmabgnejfbfgjdifjflceagbglmllefe |
Официальный URL | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
Описание | Enlarge YouTube videos to fill the whole tab. |
Размер файла | 4.65 KB |
Количество установок | 28 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-05-01 |
Дата публикации | 2016-05-01 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | ijanos |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ijanos/fulltube |
URL страницы помощи | https://github.com/ijanos/fulltube/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FullTube", "version": "1.0", "description": "Enlarge YouTube videos to fill the whole tab.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "Enlarge video" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2 } |