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.

Wat is Abios Auto-fit?

Abios Auto-fit is een Chrome-extensie ontwikkeld door jonasrothmannhjalager, en de belangrijkste functie 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 het CRX-bestand van de extensie Abios Auto-fit

Download Abios Auto-fit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.                    

Basisinformatie over de Extensie

Naam Abios Auto-fit Abios Auto-fit
ID kmfnpkocegjjhmlepmngpkpcbeolafkd
Officiële URL https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd
Beschrijving A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
Bestandsgrootte 10.72 KB
Aantal Installaties 12
Huidige Versie 1
Laatst Bijgewerkt 2016-04-05
Publicatiedatum 2016-04-05
Ontwikkelaar jonasrothmannhjalager
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}