Haxball Room Search

This Extension adds the functionality to search in the room list in haxball

Что такое Haxball Room Search?

Haxball Room Search - это расширение Chrome, разработанное Raamyy, и его основная функция - "This Extension adds the functionality to search in the room list in haxball".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Haxball Room Search

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

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

                        This Extension adds the functionality to search in the room list in haxball                    

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

Название Haxball Room Search Haxball Room Search
ID dcmlehbkbddnepmdlajdboikmbjadfpi
Официальный URL https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi
Описание This Extension adds the functionality to search in the room list in haxball
Размер файла 3.83 KB
Количество установок 90
Текущая Версия 0.1.4
Последнее Обновление 2019-04-19
Дата публикации 2019-04-19
Разработчик Raamyy
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Haxball Room Search",
    "version": "0.1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.haxball.com\/play",
                "https:\/\/*.haxball.com\/play"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}