osu!antihover

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

Τι είναι το osu!antihover;

Το osu!antihover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mr. HeliX, και η κύρια λειτουργία του είναι "Removes the need to hover over beatmaps. The space is already there. Use it.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης osu!antihover

Λήψη αρχείων επέκτασης osu!antihover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
Επίσημο URL https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Περιγραφή Removes the need to hover over beatmaps. The space is already there. Use it.
Μέγεθος Αρχείου 6.08 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-04-24
Ημερομηνία Δημοσίευσης 2021-04-24
Προγραμματιστής Mr. HeliX
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}