メルカリ除外キーワード

メルカリで除外キーワードで検索できるようにします

What is メルカリ除外キーワード?

メルカリ除外キーワード is a Chrome extension developed by https://turai.work, and its main feature is "メルカリで除外キーワードで検索できるようにします".

Extension Screenshots

screenshot

Download メルカリ除外キーワード Extension CRX File

Download メルカリ除外キーワード extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        メルカリで現在削除されてしまった「除外キーワード」で検索できるようにします。
メルカリのアプリでは「除外キーワード」を使って不要な商品を排除しながら検索できますが、WEBではなぜかその検索ができません。
このChrome拡張機能をインストールすることでアプリ同様に「除外キーワード」を使って快適にメルカリ検索ができます。

This extension provides the ability to exclude keywords in Mercari.                    

Extension Basic Information

Name メルカリ除外キーワード メルカリ除外キーワード
ID edagpkikgijeoeaijgohpojmihffhljl
Official 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
Description メルカリで除外キーワードで検索できるようにします
File Size 192 KB
Installation Count 565
Current Version 0.0.2
Last Updated 2022-01-18
Publish Date 2022-01-18
Rating 5.00/5 Total 2 Ratings
Developer https://turai.work
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}