FullTube

This a extension to maximize the youtube player size.

Cos'è FullTube?

FullTube è un'estensione di Chrome sviluppata da https://bijinapps.blogspot.com, e la sua funzione principale è "This a extension to maximize the youtube player size.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FullTube

Scarica i file di estensione FullTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension enlarge the YouTube player to entire page.
No ads in videos.
Lightest extension.
Video in screenshot is just used as sample.                    

Informazioni di Base sull'Estensione

Nome FullTube FullTube
ID cdhpfhpiblfbollfifbiakhmhfkmmbei
URL Ufficiale https://chromewebstore.google.com/detail/fulltube/cdhpfhpiblfbollfifbiakhmhfkmmbei
Descrizione This a extension to maximize the youtube player size.
Dimensione del File 6.46 KB
Conteggio Installazioni 13
Versione Corrente 1.9
Ultimo Aggiornamento 2019-04-18
Data di Pubblicazione 2019-04-18
Sviluppatore https://bijinapps.blogspot.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bijinapps.blogspot.in
Lingue Supportate 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"
        }
    ]
}