No More MarketPlace
Search Results on TheWarehouse.co.nz will not show marketplace items by default
What is No More MarketPlace?
No More MarketPlace is a Chrome extension developed by 2ofeverybug, and its main feature is "Search Results on TheWarehouse.co.nz will not show marketplace items by default".
Extension Screenshots
Download No More MarketPlace Extension CRX File
Download No More MarketPlace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Set online orders / 3rd party sellers off by default in search results on thewarehouse.co.nz
Extension Basic Information
Name | No More MarketPlace |
ID | febnmhgkigdhepahofkknlfhbegkplcb |
Official URL | https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb |
Description | Search Results on TheWarehouse.co.nz will not show marketplace items by default |
File Size | 35.03 KB |
Installation Count | 41 |
Current Version | 1.1 |
Last Updated | 2023-01-17 |
Publish Date | 2023-01-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 2ofeverybug |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |