Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

O que é Youtube Fullframe?

Youtube Fullframe é uma extensão do Chrome desenvolvida por tmhall67, e sua principal característica é "This extension puts Youtube videos in full-frame mode.".

Baixar o arquivo CRX da Extensão Youtube Fullframe

Baixe arquivos de extensão Youtube Fullframe 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

                        This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.                    

Informações Básicas da Extensão

Nome Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
URL Oficial https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
Descrição This extension puts Youtube videos in full-frame mode.
Tamanho do Arquivo 3.9 KB
Contagem de Instalações 63
Versão Atual 0.7
Última Atualização 2014-06-01
Data de Publicação 2014-06-01
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor tmhall67
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullframe",
    "description": "This extension puts Youtube videos in full-frame mode.",
    "version": "0.7",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "onClick.js"
        ],
        "persisent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}