Maximize Your Video

Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…

Qu'est-ce que Maximize Your Video ?

Maximize Your Video est une extension Chrome développée par http://html5devs.blogspot.com, et sa fonction principale est "Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Maximize Your Video

Téléchargez les fichiers d'extension Maximize Your Video 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

                        Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the videos would play full screen but still leave the browser address bar visible. This allowed me to easily work on my second monitor without the video closing like when you normally maximize.                    

Informations de Base sur l'Extension

Nom Maximize Your Video Maximize Your Video
ID nnoolcmohdeiebjkjepmpjgmdpidcnpd
URL Officiel https://chrome.google.com/webstore/detail/maximize-your-video/nnoolcmohdeiebjkjepmpjgmdpidcnpd
Description Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…
Taille du Fichier 91.1 KB
Nombre d'Installations 212
Version Actuelle 2.0.0.4
Dernière Mise à Jour 2013-08-01
Date de Publication 2013-08-01
Évaluation 4.19/5 Total 21 Évaluations
Développeur http://html5devs.blogspot.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Your Video",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*"
    ],
    "version": "2.0.0.4",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon1.png",
        "name": "Click to maximize in the tab"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "content.js",
                "start.js",
                "off.js"
            ]
        }
    ]
}