osu!antihover

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

O que é osu!antihover?

osu!antihover é uma extensão do Chrome desenvolvida por Mr. HeliX, e sua principal característica é "Removes the need to hover over beatmaps. The space is already there. Use it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão osu!antihover

Baixe arquivos de extensão osu!antihover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
URL Oficial https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Descrição Removes the need to hover over beatmaps. The space is already there. Use it.
Tamanho do Arquivo 6.08 KB
Contagem de Instalações 25
Versão Atual 1.0
Última Atualização 2021-04-24
Data de Publicação 2021-04-24
Desenvolvedor Mr. HeliX
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}