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.
What is Abios Auto-fit?
Abios Auto-fit is a Chrome extension developed by jonasrothmannhjalager, and its main feature is "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.".
Download Abios Auto-fit Extension CRX File
Download Abios Auto-fit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. Extension Basic Information
| Name | |
| ID | kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Official URL | https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Description | A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. |
| File Size | 10.72 KB |
| Installation Count | 12 |
| Current Version | 1 |
| Last Updated | 2016-04-05 |
| Publish Date | 2016-04-05 |
| Developer | jonasrothmannhjalager |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
}
]
} | |