Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
Что такое Full Screen for YouTube?
Full Screen for YouTube - это расширение Chrome, разработанное Kees C. Bakker, и его основная функция - "Opens the YouTube link over the entire page using the YouTube embed url.".
Снимки экрана расширения
Скачать файл CRX расширения Full Screen for YouTube
Скачайте файлы расширений Full Screen for YouTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.
Основная информация о расширении
Название | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
Официальный URL | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
Описание | Opens the YouTube link over the entire page using the YouTube embed url. |
Размер файла | 20.71 KB |
Количество установок | 415 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2019-08-25 |
Дата публикации | 2019-08-25 |
Рейтинг | 4.54/5 Всего 13 оценок |
Разработчик | Kees C. Bakker |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen for YouTube", "short_name": "YTFS", "version": "0.1.2", "author": "Kees C. Bakker", "description": "Opens the YouTube link over the entire page using the YouTube embed url.", "page_action": { "default_title": "YouTube Full Screen", "default_icon": "images\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "YTFS.js" ] }, "icons": { "16": "images\/icon.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |