メルカリ除外キーワード
メルカリで除外キーワードで検索できるようにします
Cos'è メルカリ除外キーワード?
メルカリ除外キーワード è un'estensione di Chrome sviluppata da https://turai.work, e la sua funzione principale è "メルカリで除外キーワードで検索できるようにします".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione メルカリ除外キーワード
Scarica i file di estensione メルカリ除外キーワード 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
メルカリで現在削除されてしまった「除外キーワード」で検索できるようにします。 メルカリのアプリでは「除外キーワード」を使って不要な商品を排除しながら検索できますが、WEBではなぜかその検索ができません。 このChrome拡張機能をインストールすることでアプリ同様に「除外キーワード」を使って快適にメルカリ検索ができます。 This extension provides the ability to exclude keywords in Mercari.
Informazioni di Base sull'Estensione
Nome | メルカリ除外キーワード |
ID | edagpkikgijeoeaijgohpojmihffhljl |
URL Ufficiale | 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 |
Descrizione | メルカリで除外キーワードで検索できるようにします |
Dimensione del File | 192 KB |
Conteggio Installazioni | 565 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2022-01-18 |
Data di Pubblicazione | 2022-01-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://turai.work |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } ] } |