osuWebCollections Firefox

Examine source code of osuWebCollections

By: Shaddy
Inspect and view changes in osuWebCollections source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "webCollections",
  "version": "0.1",
  "description": "wip webCollections addon",
  "icons": {
    "48": "icons/webCollections-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "webCollections@shaddy.dev",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "nativeMessaging",
    "downloads",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/webCollections-48.png",
    "default_title": "webCollections"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://osu.ppy.sh/beatmapsets/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}

Best osuWebCollections Alternatives

Here are some Firefox add-ons that are similar to osuWebCollections: