STATS (Sports Terms & Acronym Translations) Firefox

Examine source code of STATS (Sports Terms & Acronym Translations)

Par : DLG Add-on
Inspect and view changes in STATS (Sports Terms & Acronym Translations) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "STATS (Sports Terms & Acronym Translations)",
  "version": "1.2.0",
  "description": "Hover any sports stat — WAR, ERA, xG, BPM, DVOA — and instantly see what it means. Covers 400+ stats across 5 sports.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_title": "STATS",
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/common/settings.js",
        "src/data/dictionary.js",
        "src/content/tooltip.js",
        "src/content/scanner.js"
      ],
      "css": [
        "src/content/highlight.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sports-stat-decoder@dlgoodspeed",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives STATS (Sports Terms & Acronym Translations)

Voici quelques Firefox add-ons qui sont similaires à STATS (Sports Terms & Acronym Translations) :