FullTube

This a extension to maximize the youtube player size.

Wat is FullTube?

FullTube is een Chrome-extensie ontwikkeld door https://bijinapps.blogspot.com, en de belangrijkste functie is "This a extension to maximize the youtube player size.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FullTube

Download FullTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam FullTube FullTube
ID cdhpfhpiblfbollfifbiakhmhfkmmbei
Officiële URL https://chromewebstore.google.com/detail/fulltube/cdhpfhpiblfbollfifbiakhmhfkmmbei
Beschrijving This a extension to maximize the youtube player size.
Bestandsgrootte 6.46 KB
Aantal Installaties 13
Huidige Versie 1.9
Laatst Bijgewerkt 2019-04-18
Publicatiedatum 2019-04-18
Ontwikkelaar https://bijinapps.blogspot.com
Betalingswijze free
Extensiewebsite http://www.bijinapps.blogspot.in
Ondersteunde Talen 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"
        }
    ]
}