BTV Tools - Log Analysis Firefox

Examine source code of BTV Tools - Log Analysis

By: Icaria Add-on
Inspect and view changes in BTV Tools - Log Analysis source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BTV Tools - Log Analysis",
  "version": "1.1.3",
  "description": "Open current fight in BTV Tools",
  "author": "ben | @knd775",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_title": "Open in BTV Tools",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.esologs.com/reports/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon.svg"
      ],
      "matches": [
        "https://www.esologs.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "btv-tools-log-analyzer@knd775",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best BTV Tools - Log Analysis Alternatives

Here are some Firefox add-ons that are similar to BTV Tools - Log Analysis: