Abuse Operations Console Firefox

Examine source code of Abuse Operations Console

By: ACE Add-on
Inspect and view changes in Abuse Operations Console source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FDC Support Console",
  "version": "2.0.0",
  "description": "WHMCS ticket logger + abuse URL checker — internal FDC Servers tool",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "notifications",
    "clipboardWrite",
    "https://portal.fdcservers.net/*",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "abuse-console-v2@fdcservers.net",
      "strict_min_version": "120.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://portal.fdcservers.net/admin/supporttickets.php*"
      ],
      "js": [
        "content-firefox.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://portal.fdcservers.net/admin/supporttickets.php*"
      ],
      "js": [
        "content-active-tickets.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "FDC Support Console",
    "default_icon": {
      "16": "icons/icon_02_terminal_console_16x16.png",
      "32": "icons/icon_02_terminal_console_32x32.png",
      "48": "icons/icon_02_terminal_console_48x48.png",
      "128": "icons/icon_02_terminal_console_128x128.png"
    }
  },
  "icons": {
    "16": "icons/icon_02_terminal_console_16x16.png",
    "32": "icons/icon_02_terminal_console_32x32.png",
    "48": "icons/icon_02_terminal_console_48x48.png",
    "128": "icons/icon_02_terminal_console_128x128.png"
  },
  "web_accessible_resources": [
    "core/utils.js",
    "core/url-checker.js",
    "core/report-generator.js",
    "core/evidence-log.js"
  ]
}

Best Abuse Operations Console Alternatives

Here are some Firefox add-ons that are similar to Abuse Operations Console: