Abios Auto-fit
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
什么是Abios Auto-fit?
Abios Auto-fit是由jonasrothmannhjalager开发的Chrome扩展程序,该扩展的主要功能是“A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.”。
下载Abios Auto-fit扩展crx文件
下载Abios Auto-fit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. 扩展基本信息
| 名称 | |
| ID | kmfnpkocegjjhmlepmngpkpcbeolafkd |
| 官方URL | https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd |
| 简介 | A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. |
| 文件大小 | 10.72 KB |
| 安装次数 | 12 |
| 当前版本 | 1 |
| 更新时间 | 2016-04-05 |
| 上架时间 | 2016-04-05 |
| 开发者 | jonasrothmannhjalager |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Abios Auto-fit",
"short_name": "Abios Auto-Fit",
"description": "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.",
"version": "1",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/abiosgaming.com\/live-streams\/*"
],
"js": [
"index.js"
]
}
]
} | |