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 |
Eメール | [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\/*" ] } |