FlorenceBot Firefox

Examine source code of FlorenceBot

Inspect and view changes in FlorenceBot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "FlorenceBot",
  "version": "2.0.0",
  "description": "A browser extension for FlorenceBot that provides live notifications, chat colors, and chat badges.",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "js/main.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "https://florencebot.com/*",
    "https://live.florencebot.com/*",
    "https://www.twitch.tv/*",
    "notifications",
    "storage",
    "alarms"
  ],
  "icons": {
    "48": "img/flo.png",
    "96": "img/flo.png",
    "128": "img/flo.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": "img/flo.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd4b8096-2b30-41ce-829a-7ce3166ecfb6}"
    }
  },
  "manifest_version": 2
}

Best FlorenceBot Alternatives

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