Real Full

Real fullscreen for flash elements.

O que é Real Full?

Real Full é uma extensão do Chrome desenvolvida por Nour Khattab, e sua principal característica é "Real fullscreen for flash elements.".

Baixar o arquivo CRX da Extensão Real Full

Baixe arquivos de extensão Real Full no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        !!!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.                    

Informações Básicas da Extensão

Nome Real Full Real Full
ID adgolfmncdfcaimiddahndlkdmofkkac
URL Oficial https://chrome.google.com/webstore/detail/real-full/adgolfmncdfcaimiddahndlkdmofkkac
Descrição Real fullscreen for flash elements.
Tamanho do Arquivo 4.28 KB
Contagem de Instalações 60
Versão Atual 1.0
Última Atualização 2014-03-22
Data de Publicação 2014-03-22
Classificação 2.25/5 Total de 4 Avaliações
Desenvolvedor Nour Khattab
Tipo de Pagamento free
Idiomas Suportados 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!"
    }
}