Auto Adjusting for Youtube
Adjust Youtube video quality and make player wide automatically
什么是Auto Adjusting for Youtube?
Auto Adjusting for Youtube是由Mingc开发的Chrome扩展程序,该扩展的主要功能是“Adjust Youtube video quality and make player wide automatically”。
扩展截图
下载Auto Adjusting for Youtube扩展crx文件
下载Auto Adjusting for Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just keep it simple and clean. No Ad injection! NEVER track you!
扩展基本信息
名称 | |
ID | lhobbnhfgailbhfjahkkiepjekgllmej |
官方URL | https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej |
简介 | Adjust Youtube video quality and make player wide automatically |
文件大小 | 13.69 KB |
安装次数 | 111 |
当前版本 | 1.0.5 |
更新时间 | 2013-12-07 |
上架时间 | 2013-12-07 |
评分 | 4.00/5 共7次评分 |
开发者 | Mingc |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://[email protected] |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Adjusting for Youtube", "short_name": "AA for Youtube", "description": "Adjust Youtube video quality and make player wide automatically", "version": "1.0.5", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch*" ], "js": [ "youtube.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "*:\/\/www.youtube.com\/*", "storage" ] } |