Real Full
Real fullscreen for flash elements.
What is Real Full?
Real Full is a Chrome extension developed by Nour Khattab, and its main feature is "Real fullscreen for flash elements.".
Download Real Full Extension CRX File
Download Real Full extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
!!!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.
Extension Basic Information
Name | |
ID | adgolfmncdfcaimiddahndlkdmofkkac |
Official URL | https://chrome.google.com/webstore/detail/real-full/adgolfmncdfcaimiddahndlkdmofkkac |
Description | Real fullscreen for flash elements. |
File Size | 4.28 KB |
Installation Count | 60 |
Current Version | 1.0 |
Last Updated | 2014-03-22 |
Publish Date | 2014-03-22 |
Rating | 2.25/5 Total 4 Ratings |
Developer | Nour Khattab |
Payment Type | free |
Supported Languages | 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!" } } |