FullTube

This a extension to maximize the youtube player size.

Qu'est-ce que FullTube ?

FullTube est une extension Chrome développée par https://bijinapps.blogspot.com, et sa fonction principale est "This a extension to maximize the youtube player size.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FullTube

Téléchargez les fichiers d'extension FullTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FullTube FullTube
ID cdhpfhpiblfbollfifbiakhmhfkmmbei
URL Officiel https://chromewebstore.google.com/detail/fulltube/cdhpfhpiblfbollfifbiakhmhfkmmbei
Description This a extension to maximize the youtube player size.
Taille du Fichier 6.46 KB
Nombre d'Installations 13
Version Actuelle 1.9
Dernière Mise à Jour 2019-04-18
Date de Publication 2019-04-18
Développeur https://bijinapps.blogspot.com
Type de Paiement free
Site Web de l'Extension http://www.bijinapps.blogspot.in
Langues Prises en Charge 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"
        }
    ]
}