Yad2 Marker

Helps you to filter and mark ads you already checked

Wat is Yad2 Marker?

Yad2 Marker is een Chrome-extensie ontwikkeld door yardenporat, en de belangrijkste functie is "Helps you to filter and mark ads you already checked".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yad2 Marker

Download Yad2 Marker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Mark ads you have already seen & disqualified in gray.                    

Basisinformatie over de Extensie

Naam Yad2 Marker Yad2 Marker
ID dncdekkomomdehkgofocdmlaofkeeied
Officiële URL https://chromewebstore.google.com/detail/yad2-marker/dncdekkomomdehkgofocdmlaofkeeied
Beschrijving Helps you to filter and mark ads you already checked
Bestandsgrootte 33.91 KB
Aantal Installaties 103
Huidige Versie 1.2.3
Laatst Bijgewerkt 2023-04-01
Publicatiedatum 2020-07-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar yardenporat
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}