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.
Co to jest Abios Auto-fit?
Abios Auto-fit to rozszerzenie Chrome opracowane przez jonasrothmannhjalager, a jego główną funkcją jest „A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.”.
Pobierz plik CRX rozszerzenia Abios Auto-fit
Pobierz pliki rozszerzeń Abios Auto-fit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Oficjalny URL | https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Opis | A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. |
| Rozmiar pliku | 10.72 KB |
| Liczba instalacji | 12 |
| Aktualna Wersja | 1 |
| Ostatnia Aktualizacja | 2016-04-05 |
| Data Publikacji | 2016-04-05 |
| Deweloper | jonasrothmannhjalager |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |