osu!antihover

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

¿Qué es osu!antihover?

osu!antihover es una extensión de Chrome desarrollada por Mr. HeliX, y su función principal es "Removes the need to hover over beatmaps. The space is already there. Use it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión osu!antihover

Descarga archivos de extensión osu!antihover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        - 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)                    

Información Básica de la Extensión

Nombre osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
URL Oficial https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Descripción Removes the need to hover over beatmaps. The space is already there. Use it.
Tamaño del Archivo 6.08 KB
Cantidad de Instalaciones 25
Versión Actual 1.0
Última Actualización 2021-04-24
Fecha de Publicación 2021-04-24
Desarrollador Mr. HeliX
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}