Examine source code of RealtyRadar: Проверка недвижимости

Inspect and view changes in RealtyRadar: Проверка недвижимости 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RealtyRadar: Проверка недвижимости",
  "version": "1.3",
  "description": "Ускорьте процесс поиска и анализа объектов недвижимости на Avito, Циан и Домклик",
  "icons": {
    "128": "ic_zip.png"
  },
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.avito.ru/*",
        "http://*.avito.ru/*",
        "https://*.cian.ru/*",
        "http://*.cian.ru/*",
        "https://*.realty.yandex.ru/*",
        "http://*.realty.yandex.ru/*",
        "https://*.domclick.ru/*",
        "http://*.domclick.ru/*"
      ],
      "js": [
        "highcharts.js",
        "content.js"
      ],
      "css": [
        "loader.css"
      ],
      "run_at": "document_end"
    }
  ]
}