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.
Hvad er Abios Auto-fit?
Abios Auto-fit er en Chrome-udvidelse udviklet af jonasrothmannhjalager, og dens hovedfunktion er "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-udvidelses-CRX-fil
Download Abios Auto-fit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Officiel URL | https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Beskrivelse | A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. |
| Filstørrelse | 10.72 KB |
| Antal Installationer | 12 |
| Nuværende Version | 1 |
| Senest Opdateret | 2016-04-05 |
| Udgivelsesdato | 2016-04-05 |
| Udvikler | jonasrothmannhjalager |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |