42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Что такое 42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix - это расширение Chrome, разработанное http://www.42yogis.com, и его основная функция - "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Снимки экрана расширения
Скачать файл CRX расширения 42Yogis Yoga Video Library Fullscreen Fix
Скачайте файлы расширений 42Yogis Yoga Video Library Fullscreen Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
There are bugs in YouTube's new HTML5 video player, particularly the fullscreen button often disappears for embedded videos. This extension adds the fullscreen button back for yoga videos on 42Yogis.com only. You can now watch yoga videos fullscreen without leaving 42Yogis.com.
Основная информация о расширении
Название | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
Официальный URL | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Описание | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Размер файла | 103 KB |
Количество установок | 415 |
Текущая Версия | 0.42 |
Последнее Обновление | 2015-02-07 |
Дата публикации | 2015-02-07 |
Рейтинг | 3.86/5 Всего 7 оценок |
Разработчик | http://www.42yogis.com |
Тип оплаты | free |
URL страницы помощи | http://42yogis.com/faqs |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "\/js\/jquery-1.js", "\/js\/fullscreen.js" ], "matches": [ "http:\/\/www.42yogis.com\/*" ], "run_at": "document_start" } ], "description": "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.", "manifest_version": 2, "name": "42Yogis Yoga Video Library Fullscreen Fix", "permissions": [ "tabs", "http:\/\/www.42yogis.com\/*" ], "version": "0.42" } |