No More MarketPlace

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

No More MarketPlace là gì?

No More MarketPlace là một tiện ích mở rộng Chrome được phát triển bởi 2ofeverybug, và tính năng chính của nó là "Search Results on TheWarehouse.co.nz will not show marketplace items by default".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng No More MarketPlace

Tải xuống các tệp mở rộng No More MarketPlace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No More MarketPlace No More MarketPlace
ID febnmhgkigdhepahofkknlfhbegkplcb
URL Chính Thức https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb
Mô tả Search Results on TheWarehouse.co.nz will not show marketplace items by default
Kích Thước Tệp 35.03 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2023-01-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 2ofeverybug
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}