No More MarketPlace

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

No More MarketPlaceคืออะไร?

No More MarketPlace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2ofeverybug และคุณลักษณะหลักของมันคือ "Search Results on TheWarehouse.co.nz will not show marketplace items by default"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No More MarketPlace

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}