FullTube

This a extension to maximize the youtube player size.

O que é FullTube?

FullTube é uma extensão do Chrome desenvolvida por https://bijinapps.blogspot.com, e sua principal característica é "This a extension to maximize the youtube player size.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FullTube

Baixe arquivos de extensão FullTube 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 enlarge the YouTube player to entire page.
No ads in videos.
Lightest extension.
Video in screenshot is just used as sample.                    

Informações Básicas da Extensão

Nome FullTube FullTube
ID cdhpfhpiblfbollfifbiakhmhfkmmbei
URL Oficial https://chromewebstore.google.com/detail/fulltube/cdhpfhpiblfbollfifbiakhmhfkmmbei
Descrição This a extension to maximize the youtube player size.
Tamanho do Arquivo 6.46 KB
Contagem de Instalações 13
Versão Atual 1.9
Última Atualização 2019-04-18
Data de Publicação 2019-04-18
Desenvolvedor https://bijinapps.blogspot.com
Tipo de Pagamento free
Site da Extensão http://www.bijinapps.blogspot.in
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FullTube",
    "version": "1.9",
    "description": "This a extension to maximize the youtube player size.",
    "icons": {
        "48": "icons\/youtube.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=**"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*&t=**"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube_t.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?time_continue=*&v=**"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube_tc.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube_pt.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*&**"
            ],
            "js": [
                "fulltube_pt.js"
            ],
            "run_at": "document_start"
        }
    ]
}