Real Full
Real fullscreen for flash elements.
Что такое Real Full?
Real Full - это расширение Chrome, разработанное Nour Khattab, и его основная функция - "Real fullscreen for flash elements.".
Скачать файл CRX расширения Real Full
Скачайте файлы расширений Real Full в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
!!!PLEASE NOTE IN BETA!!! Provides real full screen for flash videos. Instructions: ---Press Button ---Press F11 or turn on fullscreen mode to hide urlbar and co. What it does is makes the video equal to the browser size and brings that video up in a new tab. CURRENTLY ONLY WORKS FOR SITES HOSTING THE VIDEO/GAME. Im currently working on getting it to work with sites that have the flash objects embedded, but give it a try, it might work. Does not currently work with youtube (though you can just do http://labnol.blogspot.ca/2007/09/stretch-youtube-videos-to-fit-browser.html). Please report any bugs, suggestions or sites where it does not work.
Основная информация о расширении
Название | |
ID | adgolfmncdfcaimiddahndlkdmofkkac |
Официальный URL | https://chrome.google.com/webstore/detail/real-full/adgolfmncdfcaimiddahndlkdmofkkac |
Описание | Real fullscreen for flash elements. |
Размер файла | 4.28 KB |
Количество установок | 60 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-03-22 |
Дата публикации | 2014-03-22 |
Рейтинг | 2.25/5 Всего 4 оценок |
Разработчик | Nour Khattab |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Real Full", "version": "1.0", "description": "Real fullscreen for flash elements.", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "arrow_expand.png", "default_title": "Fullscreenify!" } } |