קריאת זן בעיתון הארץ

קריאת זן בעיתון הארץ

הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "קריאת זן בעיתון הארץ",
  "version": "1.0.4",
  "manifest_version": 3,
  "description": "הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ",
  "content_scripts": [
    {
      "matches": [
        "https://www.haaretz.co.il/*",
        "https://www.themarker.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "script.js"
      ]
    }
  ]
}