No More MarketPlace
Search Results on TheWarehouse.co.nz will not show marketplace items by default
Wat is No More MarketPlace?
No More MarketPlace is een Chrome-extensie ontwikkeld door 2ofeverybug, en de belangrijkste functie is "Search Results on TheWarehouse.co.nz will not show marketplace items by default".
Extensie Screenshots
Download het CRX-bestand van de extensie No More MarketPlace
Download No More MarketPlace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Set online orders / 3rd party sellers off by default in search results on thewarehouse.co.nz
Basisinformatie over de Extensie
Naam | No More MarketPlace |
ID | febnmhgkigdhepahofkknlfhbegkplcb |
Officiële URL | https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb |
Beschrijving | Search Results on TheWarehouse.co.nz will not show marketplace items by default |
Bestandsgrootte | 35.03 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-01-17 |
Publicatiedatum | 2023-01-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | 2ofeverybug |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |