No More MarketPlace
Search Results on TheWarehouse.co.nz will not show marketplace items by default
Co to jest No More MarketPlace?
No More MarketPlace to rozszerzenie Chrome opracowane przez 2ofeverybug, a jego główną funkcją jest „Search Results on TheWarehouse.co.nz will not show marketplace items by default”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia No More MarketPlace
Pobierz pliki rozszerzeń No More MarketPlace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Set online orders / 3rd party sellers off by default in search results on thewarehouse.co.nz
Podstawowe informacje o rozszerzeniu
Nazwa | No More MarketPlace |
ID | febnmhgkigdhepahofkknlfhbegkplcb |
Oficjalny URL | https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb |
Opis | Search Results on TheWarehouse.co.nz will not show marketplace items by default |
Rozmiar pliku | 35.03 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-01-17 |
Data Publikacji | 2023-01-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | 2ofeverybug |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |