Expander for YouTube

This plugin implements the possibility to control size of YouTube's player

Qu'est-ce que Expander for YouTube ?

Expander for YouTube est une extension Chrome développée par KhAS, et sa fonction principale est "This plugin implements the possibility to control size of YouTube's player".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Expander for YouTube

Téléchargez les fichiers d'extension Expander for 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

                        This plugin allows you to easily change the size of the video in Youtube, even using the mouse wheel. When switching between video video size remains constant.

Этот плагин позволяет вам легко изменять размер видео в Youtube, используя даже колесо мыши. При переходе между видеозаписями размер видео остается постоянным.                    

Informations de Base sur l'Extension

Nom Expander for YouTube Expander for YouTube
ID chajepccdlakdepgeiegefbemmpaogdo
URL Officiel https://chrome.google.com/webstore/detail/expander-for-youtube/chajepccdlakdepgeiegefbemmpaogdo
Description This plugin implements the possibility to control size of YouTube's player
Taille du Fichier 51.98 KB
Nombre d'Installations 27
Version Actuelle 0.12
Dernière Mise à Jour 2013-08-26
Date de Publication 2013-08-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur KhAS
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This plugin implements the possibility to control size of YouTube's player",
    "name": "Expander for YouTube",
    "version": "0.12",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/logo128.png",
        "48": "icons\/logo48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.mousewheel.js",
                "jquery.hashchange.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}