osu!antihover

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

osu!antihover là gì?

osu!antihover là một tiện ích mở rộng Chrome được phát triển bởi Mr. HeliX, và tính năng chính của nó là "Removes the need to hover over beatmaps. The space is already there. Use it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng osu!antihover

Tải xuống các tệp mở rộng osu!antihover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
URL Chính Thức https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Mô tả Removes the need to hover over beatmaps. The space is already there. Use it.
Kích Thước Tệp 6.08 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-04-24
Ngày Phát Hành 2021-04-24
Nhà Phát Triển Mr. HeliX
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}