Better YouTube on Small Screens
by VittGam
什么是Better YouTube on Small Screens?
Better YouTube on Small Screens是由VittGam.net开发的Chrome扩展程序,该扩展的主要功能是“by VittGam”。
扩展截图
下载Better YouTube on Small Screens扩展crx文件
下载Better YouTube on Small Screens扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.) 扩展基本信息
| 名称 | |
| ID | icpgpoiikflpniipkfjfnjgajbggmhma |
| 官方URL | https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma |
| 简介 | by VittGam |
| 文件大小 | 3.79 KB |
| 安装次数 | 12 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-11-30 |
| 上架时间 | 2014-11-30 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | VittGam.net |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better YouTube on Small Screens",
"version": "1.1",
"description": "by VittGam",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"exclude_matches": [
"*:\/\/*.youtube.com\/embed\/*"
],
"css": [
"style.css"
]
}
],
"manifest_version": 2
} | |