JukeBot - The #1 JQBX helper! Firefox

Examine source code of JukeBot - The #1 JQBX helper!

Inspect and view changes in JukeBot - The #1 JQBX helper! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JukeBot - The #1 JQBX helper!",
  "short_name": "JukeBot",
  "description": "Provides a variety of utilities for JQBX.fm like auto-upvoting, and notifications",
  "version": "0.2resigned1",
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "*://app.jqbx.fm/*"
  ],
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "./icons/icon16.png",
    "default_popup": "popup.html",
    "default_title": "JukeBot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sherwinonthebae@gmail.com",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "./scripts/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.jqbx.fm/*"
      ],
      "js": [
        "./scripts/content/content.js",
        "./scripts/content/JukeBot.js",
        "./scripts/content/plugins/SongWatcher.js",
        "./scripts/content/plugins/VoteWatcher.js",
        "./scripts/content/plugins/AutoDoot.js",
        "./scripts/content/plugins/Notifier.js"
      ]
    }
  ],
  "options_ui": {
    "page": "popup.html"
  }
}

Best JukeBot - The #1 JQBX helper! Alternatives

Here are some Firefox add-ons that are similar to JukeBot - The #1 JQBX helper!: