Yad2 Marker
Helps you to filter and mark ads you already checked
什么是Yad2 Marker?
Yad2 Marker是由yardenporat开发的Chrome扩展程序,该扩展的主要功能是“Helps you to filter and mark ads you already checked”。
扩展截图
下载Yad2 Marker扩展crx文件
下载Yad2 Marker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
סמן מודעות שראית ופסלת ביד2 במהירות וביעילות. מתאים למחפשי דירות ומי שעובד בשוטף עם יד2. Mark ads you have already seen & disqualified in gray.
扩展基本信息
名称 | Yad2 Marker |
ID | dncdekkomomdehkgofocdmlaofkeeied |
官方URL | https://chromewebstore.google.com/detail/yad2-marker/dncdekkomomdehkgofocdmlaofkeeied |
简介 | Helps you to filter and mark ads you already checked |
文件大小 | 33.91 KB |
安装次数 | 103 |
当前版本 | 1.2.3 |
更新时间 | 2023-04-01 |
上架时间 | 2020-07-10 |
评分 | 5.00/5 共2次评分 |
开发者 | yardenporat |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |