Fill Window - Youtube

Plays Youtube videos in the entire window

Qu'est-ce que Fill Window - Youtube ?

Fill Window - Youtube est une extension Chrome développée par TT Ext, et sa fonction principale est "Plays Youtube videos in the entire window".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fill Window - Youtube

Téléchargez les fichiers d'extension Fill Window - Youtube 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

                        Adds a button to the corner of your browser that will toggle youtube videos to fill the window.

Advantages: Does not run any code when not in use. Will also work on drive.google.com                    

Informations de Base sur l'Extension

Nom Fill Window - Youtube Fill Window - Youtube
ID ndkhjifkhiepbolnmojnaaghdfdepjof
URL Officiel https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof
Description Plays Youtube videos in the entire window
Taille du Fichier 13.13 KB
Nombre d'Installations 1,069
Version Actuelle 0.0.0.10
Dernière Mise à Jour 2024-02-23
Date de Publication 2019-04-27
Évaluation 4.78/5 Total 18 Évaluations
Développeur TT Ext
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fill Window - Youtube",
    "description": "Plays Youtube videos in the entire window",
    "version": "0.0.0.10",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "commands": [],
    "manifest_version": 3,
    "icons": {
        "128": "red.png"
    },
    "action": {
        "default_title": "Fill Window",
        "default_popup": "window.html",
        "default_icon": "red.png"
    }
}