Gazeta Komentarze

Gazeta Komentarze

Rozszerzenie przywracające wyłączone komentarze na stronach Gazeta.pl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gazeta Komentarze",
  "version": "1.3.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://kultura.gazeta.pl/kultura/*",
        "https://kobieta.gazeta.pl/kobieta/*",
        "https://www.plotek.pl/plotek/*",
        "https://www.tokfm.pl/Tokfm/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "komentarze.png"
  }
}