YouTube Inline Fullscreen

Make the most out of your screen space with a single click!

Qu'est-ce que YouTube Inline Fullscreen ?

YouTube Inline Fullscreen est une extension Chrome développée par doubleyoustew, et sa fonction principale est "Make the most out of your screen space with a single click!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Inline Fullscreen

Téléchargez les fichiers d'extension YouTube Inline Fullscreen 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 offers a windowed fullscreen mode for YouTube. You can toggle it using the extension icon, the dedicated button inside the YouTube player or by using the shortcut by pressing "w".

You can now also scroll down to the comments and related videos. You can toggle the search bar by pressing "s" while you are in fullscreen mode.

Make YouTube videos responsive. No more wasted space around the content you enjoy.

*Note*: Reload YouTube after installing the extension to have the button appear in the player.                    

Informations de Base sur l'Extension

Nom YouTube Inline Fullscreen YouTube Inline Fullscreen
ID mfpkbigjnlcgngkdbmnchfnenfmibkig
URL Officiel https://chromewebstore.google.com/detail/youtube-inline-fullscreen/mfpkbigjnlcgngkdbmnchfnenfmibkig
Description Make the most out of your screen space with a single click!
Taille du Fichier 21.52 KB
Nombre d'Installations 2,219
Version Actuelle 1.2.7
Dernière Mise à Jour 2023-09-27
Date de Publication 2020-01-23
Évaluation 4.17/5 Total 36 Évaluations
Développeur doubleyoustew
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Inline Fullscreen",
    "version": "1.2.7",
    "description": "Make the most out of your screen space with a single click!",
    "icons": {
        "16": "icons\/fullscreen-16.png",
        "48": "icons\/fullscreen-48.png",
        "128": "icons\/fullscreen-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "ytif_style.css"
            ],
            "js": [
                "ytif_content_script.js"
            ]
        }
    ],
    "action": {
        "default_name": "Fullscreen!",
        "default_icon": "icons\/fullscreen-48.png"
    },
    "manifest_version": 3
}