osu!antihover
Removes the need to hover over beatmaps. The space is already there. Use it.
osu!antihover क्या है?
osu!antihover Mr. HeliX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the need to hover over beatmaps. The space is already there. Use it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में osu!antihover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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 |
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" ] } } |