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.

Что такое Abios Auto-fit?

Abios Auto-fit - это расширение Chrome, разработанное jonasrothmannhjalager, и его основная функция - "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.".

Скачать файл CRX расширения Abios Auto-fit

Скачайте файлы расширений Abios Auto-fit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Abios Auto-fit Abios Auto-fit
ID kmfnpkocegjjhmlepmngpkpcbeolafkd
Официальный URL https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd
Описание A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
Размер файла 10.72 KB
Количество установок 12
Текущая Версия 1
Последнее Обновление 2016-04-05
Дата публикации 2016-04-05
Разработчик jonasrothmannhjalager
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}