4zamLabs - Steam TL Converter Firefox

Examine source code of 4zamLabs - Steam TL Converter

Inspect and view changes in 4zamLabs - Steam TL Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "4zamLabs - Steam TL Converter",
  "version": "2.1.0",
  "description": "Steam üzerindeki USD fiyatlarını TL'ye dönüştürür. Türkçe yama, Game Pass ve alternatif mağaza fiyatlarını anında gösterir.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://api.4zamlabs.space/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "steam-tl-converter@ferha.dev",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Steam TL Converter"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://store.steampowered.com/*",
        "https://steamcommunity.com/market/*",
        "https://steamcommunity.com/id/*/inventory*",
        "https://steamcommunity.com/profiles/*/inventory*",
        "https://steamcommunity.com/id/*/wishlist/*",
        "https://steamcommunity.com/profiles/*/wishlist/*",
        "https://steamcommunity.com/inventory/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "gp_styles.css",
        "assets/gamepass.png"
      ],
      "matches": [
        "https://store.steampowered.com/*",
        "https://steamcommunity.com/*"
      ]
    }
  ]
}

Best 4zamLabs - Steam TL Converter Alternatives

Here are some Firefox add-ons that are similar to 4zamLabs - Steam TL Converter: