Examine source code of Faceit Finder: Найти фейсит по Стиму

Inspect and view changes in Faceit Finder: Найти фейсит по Стиму source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Faceit Finder: Найти фейсит по Стиму",
  "author": "jabka",
  "version": "1.0",
  "description": "Поиск и статистика профиля Faceit по Steam ID, Steam ID 3, Steam ID 64, Steam HEX (шестнадцатеричный), customURL",
  "default_locale": "ru",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://steamcommunity.com/*",
    "https://jabka.skin/*"
  ],
  "action": {
    "default_icon": "images/default.png"
  },
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://steamcommunity.com/id/*",
        "https://steamcommunity.com/profiles/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}