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.

Vad är Abios Auto-fit?

Abios Auto-fit är en Chrome-tillägg utvecklad av jonasrothmannhjalager, och dess huvudfunktion är "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.".

Ladda ner Abios Auto-fit-förlängningens CRX-fil

Ladda ner Abios Auto-fit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Abios Auto-fit Abios Auto-fit
ID kmfnpkocegjjhmlepmngpkpcbeolafkd
Officiell webbadress https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd
Beskrivning A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
Filstorlek 10.72 KB
Antal Installationer 12
Aktuell Version 1
Senast Uppdaterad 2016-04-05
Publiceringsdatum 2016-04-05
Utvecklare jonasrothmannhjalager
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}