Yad2 Marker
Helps you to filter and mark ads you already checked
Cos'è Yad2 Marker?
Yad2 Marker è un'estensione di Chrome sviluppata da yardenporat, e la sua funzione principale è "Helps you to filter and mark ads you already checked".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yad2 Marker
Scarica i file di estensione Yad2 Marker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
סמן מודעות שראית ופסלת ביד2 במהירות וביעילות. מתאים למחפשי דירות ומי שעובד בשוטף עם יד2. Mark ads you have already seen & disqualified in gray.
Informazioni di Base sull'Estensione
Nome | Yad2 Marker |
ID | dncdekkomomdehkgofocdmlaofkeeied |
URL Ufficiale | https://chromewebstore.google.com/detail/yad2-marker/dncdekkomomdehkgofocdmlaofkeeied |
Descrizione | Helps you to filter and mark ads you already checked |
Dimensione del File | 33.91 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2023-04-01 |
Data di Pubblicazione | 2020-07-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | yardenporat |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |