Haxball Room Search

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

Co to jest Haxball Room Search?

Haxball Room Search to rozszerzenie Chrome opracowane przez Raamyy, a jego główną funkcją jest „This Extension adds the functionality to search in the room list in haxball”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Haxball Room Search

Pobierz pliki rozszerzeń Haxball Room Search 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Haxball Room Search Haxball Room Search
ID dcmlehbkbddnepmdlajdboikmbjadfpi
Oficjalny URL https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi
Opis This Extension adds the functionality to search in the room list in haxball
Rozmiar pliku 3.83 KB
Liczba instalacji 90
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2019-04-19
Data Publikacji 2019-04-19
Deweloper Raamyy
E-mail [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": "Haxball Room Search",
    "version": "0.1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.haxball.com\/play",
                "https:\/\/*.haxball.com\/play"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}