Expander for YouTube

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

What is Expander for YouTube?

Expander for YouTube is a Chrome extension developed by KhAS, and its main feature is "This plugin implements the possibility to control size of YouTube's player".

Extension Screenshots

screenshot

Download Expander for YouTube Extension CRX File

Download Expander for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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, используя даже колесо мыши. При переходе между видеозаписями размер видео остается постоянным.                    

Extension Basic Information

Name Expander for YouTube Expander for YouTube
ID chajepccdlakdepgeiegefbemmpaogdo
Official URL https://chrome.google.com/webstore/detail/expander-for-youtube/chajepccdlakdepgeiegefbemmpaogdo
Description This plugin implements the possibility to control size of YouTube's player
File Size 51.98 KB
Installation Count 27
Current Version 0.12
Last Updated 2013-08-26
Publish Date 2013-08-26
Rating 1.00/5 Total 1 Ratings
Developer KhAS
Payment Type free
Supported Languages 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"
        }
    ]
}