Yad2 Marker

Helps you to filter and mark ads you already checked

What is Yad2 Marker?

Yad2 Marker is a Chrome extension developed by yardenporat, and its main feature is "Helps you to filter and mark ads you already checked".

Extension Screenshots

screenshot

Download Yad2 Marker Extension CRX File

Download Yad2 Marker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        סמן מודעות שראית ופסלת ביד2 במהירות וביעילות.
מתאים למחפשי דירות ומי שעובד בשוטף עם יד2.

Mark ads you have already seen & disqualified in gray.                    

Extension Basic Information

Name Yad2 Marker Yad2 Marker
ID dncdekkomomdehkgofocdmlaofkeeied
Official URL https://chromewebstore.google.com/detail/yad2-marker/dncdekkomomdehkgofocdmlaofkeeied
Description Helps you to filter and mark ads you already checked
File Size 33.91 KB
Installation Count 103
Current Version 1.2.3
Last Updated 2023-04-01
Publish Date 2020-07-10
Rating 5.00/5 Total 2 Ratings
Developer yardenporat
Email [email protected]
Payment Type free
Supported Languages iw
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\/*"
    ]
}