No More MarketPlace

Search Results on TheWarehouse.co.nz will not show marketplace items by default

No More MarketPlaceとは何ですか?

No More MarketPlaceは2ofeverybugによって開発されたChromeの拡張機能で、その主な機能は「Search Results on TheWarehouse.co.nz will not show marketplace items by default」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

No More MarketPlace拡張機能のCRXファイルをダウンロード

No More MarketPlace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Set online orders / 3rd party sellers off by default in search results on thewarehouse.co.nz                    

拡張機能の基本情報

名前 No More MarketPlace No More MarketPlace
ID febnmhgkigdhepahofkknlfhbegkplcb
公式URL https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb
説明 Search Results on TheWarehouse.co.nz will not show marketplace items by default
ファイルサイズ 35.03 KB
インストール数 41
現在のバージョン 1.1
最終更新日 2023-01-17
公開日 2023-01-08
評価 5.00/5 合計 1 レビュー
開発者 2ofeverybug
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No More MarketPlace ",
    "manifest_version": 3,
    "version": "1.1",
    "description": "Search Results on TheWarehouse.co.nz will not show marketplace items by default",
    "host_permissions": [
        "https:\/\/*.thewarehouse.co.nz\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "popupevent",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "38": "\/icons\/icon38.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "*:\/\/thewarehouse.co.nz\/*"
    ]
}