YouTube Aspect Ratio Control

Resizer and aspect ratio changer for YouTube videos.

YouTube Aspect Ratio Controlとは何ですか?

YouTube Aspect Ratio ControlはAndrei Felixによって開発されたChromeの拡張機能で、その主な機能は「Resizer and aspect ratio changer for YouTube videos.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Aspect Ratio Control拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.                    

拡張機能の基本情報

名前 YouTube Aspect Ratio Control YouTube Aspect Ratio Control
ID nibkffljoplhfjjnompgibnkoehbjmmo
公式URL https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo
説明 Resizer and aspect ratio changer for YouTube videos.
ファイルサイズ 35 KB
インストール数 13,086
現在のバージョン 1.0.0.2
最終更新日 2020-08-04
公開日 2018-05-26
評価 4.37/5 合計 133 レビュー
開発者 Andrei Felix
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Aspect Ratio Control",
    "version": "1.0.0.2",
    "description": "Resizer and aspect ratio changer for YouTube videos.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/jquery.js",
                "js\/aspect-ratio.js"
            ]
        }
    ]
}