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
电子邮箱 [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"
            ]
        }
    ]
}