osu!antihover

Removes the need to hover over beatmaps. The space is already there. Use it.

Co to jest osu!antihover?

osu!antihover to rozszerzenie Chrome opracowane przez Mr. HeliX, a jego główną funkcją jest „Removes the need to hover over beatmaps. The space is already there. Use it.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia osu!antihover

Pobierz pliki rozszerzeń osu!antihover 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

                        - Playcount, favourites, ranked/loved date, hypes, nominations are always visible on the beatmap panels on a user profile.
- Playcount and favourites shows the true amount, rather than the shortened version (for example 1012 instead of 1k)                    

Podstawowe informacje o rozszerzeniu

Nazwa osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
Oficjalny URL https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Opis Removes the need to hover over beatmaps. The space is already there. Use it.
Rozmiar pliku 6.08 KB
Liczba instalacji 25
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-04-24
Data Publikacji 2021-04-24
Deweloper Mr. HeliX
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "osu!antihover",
    "version": "1.0",
    "description": "Removes the need to hover over beatmaps. The space is already there. Use it.",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.osu.ppy.sh\/*"
            ],
            "js": [
                "antihover.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}