Examine source code of Gazeta Komentarze

Inspect and view changes in Gazeta Komentarze 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": "Gazeta Komentarze",
  "version": "1.4.1",
  "description": "Rozszerzenie przywracające wyłączone komentarze na stronach Gazeta.pl",
  "content_scripts": [
    {
      "matches": [
        "https://wiadomosci.gazeta.pl/wiadomosci/*",
        "https://next.gazeta.pl/next/*",
        "https://next.gazeta.pl/inwestycje/*",
        "https://kultura.gazeta.pl/kultura/*",
        "https://kobieta.gazeta.pl/kobieta/*",
        "https://www.plotek.pl/plotek/*",
        "https://www.sport.pl/*",
        "https://www.gazeta.pl/informacje/*",
        "https://www.edziecko.pl/*",
        "https://buzz.gazeta.pl/buzz/*",
        "https://podroze.gazeta.pl/podroze/*",
        "https://moto.pl/*",
        "https://zdrowie.gazeta.pl/Zdrowie/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "komentarze.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c3ccadee-4112-4565-8edc-0fb28158721c}"
    }
  }
}