Yad2 Marker

Yad2 Marker

Helps you to filter and mark ads you already checked

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Yad2 Marker",
  "description": "Helps you to filter and mark ads you already checked",
  "version": "1.2.3",
  "icons": {
    "16": "./icon16.png",
    "32": "./icon32.png",
    "48": "./icon48.png",
    "128": "./icon128.png"
  },
  "action": {
    "default_icon": "./icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.yad2.co.il/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://*.yad2.co.il/*"
  ]
}