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.”。
擴展截圖
下載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 |
ID | nibkffljoplhfjjnompgibnkoehbjmmo |
官方網址 | 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" ] } ] } |