メルカリ除外キーワード
メルカリで除外キーワードで検索できるようにします
Wat is メルカリ除外キーワード?
メルカリ除外キーワード is een Chrome-extensie ontwikkeld door https://turai.work, en de belangrijkste functie is "メルカリで除外キーワードで検索できるようにします".
Extensie Screenshots
Download het CRX-bestand van de extensie メルカリ除外キーワード
Download メルカリ除外キーワード-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
メルカリで現在削除されてしまった「除外キーワード」で検索できるようにします。 メルカリのアプリでは「除外キーワード」を使って不要な商品を排除しながら検索できますが、WEBではなぜかその検索ができません。 このChrome拡張機能をインストールすることでアプリ同様に「除外キーワード」を使って快適にメルカリ検索ができます。 This extension provides the ability to exclude keywords in Mercari.
Basisinformatie over de Extensie
Naam | メルカリ除外キーワード |
ID | edagpkikgijeoeaijgohpojmihffhljl |
Officiële URL | https://chromewebstore.google.com/detail/%E3%83%A1%E3%83%AB%E3%82%AB%E3%83%AA%E9%99%A4%E5%A4%96%E3%82%AD%E3%83%BC%E3%83%AF%E3%83%BC%E3%83%89/edagpkikgijeoeaijgohpojmihffhljl |
Beschrijving | メルカリで除外キーワードで検索できるようにします |
Bestandsgrootte | 192 KB |
Aantal Installaties | 565 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-01-18 |
Publicatiedatum | 2022-01-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://turai.work |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u30e1\u30eb\u30ab\u30ea\u3067\u9664\u5916\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059", "version": "0.0.2", "manifest_version": 3, "name": "\u30e1\u30eb\u30ab\u30ea\u9664\u5916\u30ad\u30fc\u30ef\u30fc\u30c9", "background": { "service_worker": "background.bundle.js" }, "host_permissions": [ "https:\/\/jp.mercari.com\/" ], "icons": { "128": "icon-128.png" }, "permissions": [ "tabs", "scripting" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |