By: DemonWaves Add-on
Inspect and view changes in osu!idle Score extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "osu!idle Score extractor",
"version": "0.2.1",
"description": "Extract various data from an osu!idle scoreboard",
"permissions": [
"activeTab",
"clipboardWrite",
"scripting",
"storage"
],
"host_permissions": [
"https://a.ppy.sh/*",
"https://api.osu.idle.rhythmgamers.net/*",
"https://osu.idle.rhythmgamers.net/*"
],
"action": {
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
},
"content_scripts": [
{
"matches": [
"https://osu.idle.rhythmgamers.net/*"
],
"js": [
"content/content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"scripts": [
"background/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "osu-idle-score-extractor@demonwaves",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best osu!idle Score extractor Alternatives
Here are some Firefox add-ons that are similar to osu!idle Score extractor:
osu! Improvement Indicator Plus
Yata
osu pp calculator
CONSENSYS SOFTWARE INC. GLOBAL
osu! koko
Jecsham
osu calculator 2025
Alex S.
osu!Skills helper
jansenmtan
osu-pp-torii-edition
Impairation
ezpp!
oamaok
osu! PP Calculator
Glean
8a.nu Routes/Boulders Exporter
Antoine Duquennoy
oii
Ferry
osu! More Beatmaps Info
Ruichimi
osu! Auto-Downloader
Firefox user 14347183