Youtube Full Screen(unrestricted)

This extension lets you play youtube video in full browser window. Updated to fix new change

O que é Youtube Full Screen(unrestricted)?

Youtube Full Screen(unrestricted) é uma extensão do Chrome desenvolvida por pawanth, e sua principal característica é "This extension lets you play youtube video in full browser window. Updated to fix new change".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Youtube Full Screen(unrestricted)

Baixe arquivos de extensão Youtube Full Screen(unrestricted) 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

                        ***NEW***
  Updated to fix new change in youtube, causing file download
*********

Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window.
It gives users full screen view with advantage of switching between tabs or another applications.  

With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.                    

Informações Básicas da Extensão

Nome Youtube Full Screen(unrestricted) Youtube Full Screen(unrestricted)
ID ahhpplghjcmkafbdckegaaolclopkbad
URL Oficial https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad
Descrição This extension lets you play youtube video in full browser window. Updated to fix new change
Tamanho do Arquivo 11.62 KB
Contagem de Instalações 439
Versão Atual 0.2
Última Atualização 2017-03-03
Data de Publicação 2017-03-03
Classificação 3.06/5 Total de 17 Avaliações
Desenvolvedor pawanth
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Full Screen(unrestricted)",
    "description": "This extension lets you play youtube video in full browser window. Updated to fix new change",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube full screen"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}