הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ
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": "קריאת זן בעיתון הארץ",
"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"
]
}
]
}