No More MarketPlace

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

Vad är No More MarketPlace?

No More MarketPlace är en Chrome-tillägg utvecklad av 2ofeverybug, och dess huvudfunktion är "Search Results on TheWarehouse.co.nz will not show marketplace items by default".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner No More MarketPlace-förlängningens CRX-fil

Ladda ner No More MarketPlace-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn No More MarketPlace No More MarketPlace
ID febnmhgkigdhepahofkknlfhbegkplcb
Officiell webbadress https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb
Beskrivning Search Results on TheWarehouse.co.nz will not show marketplace items by default
Filstorlek 35.03 KB
Antal Installationer 41
Aktuell Version 1.1
Senast Uppdaterad 2023-01-17
Publiceringsdatum 2023-01-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare 2ofeverybug
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}