Expander for YouTube

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

Expander for YouTubeとは何ですか?

Expander for YouTubeはKhASによって開発されたChromeの拡張機能で、その主な機能は「This plugin implements the possibility to control size of YouTube's player」です。

拡張機能のスクリーンショット

screenshot

Expander for YouTube拡張機能のCRXファイルをダウンロード

Expander for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Expander for YouTube Expander for YouTube
ID chajepccdlakdepgeiegefbemmpaogdo
公式URL https://chrome.google.com/webstore/detail/expander-for-youtube/chajepccdlakdepgeiegefbemmpaogdo
説明 This plugin implements the possibility to control size of YouTube's player
ファイルサイズ 51.98 KB
インストール数 27
現在のバージョン 0.12
最終更新日 2013-08-26
公開日 2013-08-26
評価 1.00/5 合計 1 レビュー
開発者 KhAS
支払い方法 free
対応言語 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"
        }
    ]
}