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.

Cos'è Abios Auto-fit?

Abios Auto-fit è un'estensione di Chrome sviluppata da jonasrothmannhjalager, e la sua funzione principale è "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.".

Scarica il file CRX dell'estensione Abios Auto-fit

Scarica i file di estensione Abios Auto-fit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Abios Auto-fit Abios Auto-fit
ID kmfnpkocegjjhmlepmngpkpcbeolafkd
URL Ufficiale https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd
Descrizione A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
Dimensione del File 10.72 KB
Conteggio Installazioni 12
Versione Corrente 1
Ultimo Aggiornamento 2016-04-05
Data di Pubblicazione 2016-04-05
Sviluppatore jonasrothmannhjalager
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}