WatchIT - Block List Manager Firefox

Examine source code of WatchIT - Block List Manager

Inspect and view changes in WatchIT - Block List Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WatchIT - Smart Blocking, Smarter Matchmaking",
  "version": "2.5.2",
  "description": "Track Faceit players in real time and manage your matchmaking blocks with ease.",
  "icons": {
    "16": "icons/favicon.png",
    "32": "icons/favicon64.png",
    "48": "icons/favicon64.png",
    "128": "icons/favicon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "offscreen",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://www.faceit.com/*",
    "https://api.watchit.gg/*",
    "https://watchit.gg/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.faceit.com/*"
      ],
      "js": [
        "contents/panel/panel-translations.js",
        "contents/panel/panel-dom.js",
        "contents/panel/panel-ui-shared.js",
        "contents/panel/panel-ui-profile.js",
        "contents/panel/panel-ui-mylist.js",
        "contents/panel/panel-ui-recent-active.js",
        "contents/panel/panel-ui-live.js",
        "contents/panel/panel-ui.js",
        "contents/faceit/faceit-i18n.js",
        "contents/faceit/faceit-api.js",
        "contents/faceit/faceit-blocked.js",
        "contents/faceit/faceit-recent.js",
        "contents/content-faceit.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.faceit.com/*"
      ],
      "js": [
        "contents/content.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://watchit.gg/*"
      ],
      "js": [
        "contents/content-watchit-import.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/favicon.png",
      "32": "icons/favicon.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "resources/*",
        "popup/popup.html",
        "popup/popup.css",
        "popup/popup.js",
        "contents/panel/panel.css"
      ],
      "matches": [
        "https://www.faceit.com/*"
      ]
    }
  ],
  "minimum_chrome_version": "109",
  "browser_specific_settings": {
    "gecko": {
      "id": "watchit@watchit.gg",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity"
        ],
        "optional": []
      }
    }
  }
}

Best WatchIT - Block List Manager Alternatives

Here are some Firefox add-ons that are similar to WatchIT - Block List Manager: