No More MarketPlace
Search Results on TheWarehouse.co.nz will not show marketplace items by default
Cos'è No More MarketPlace?
No More MarketPlace è un'estensione di Chrome sviluppata da 2ofeverybug, e la sua funzione principale è "Search Results on TheWarehouse.co.nz will not show marketplace items by default".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No More MarketPlace
Scarica i file di estensione No More MarketPlace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Set online orders / 3rd party sellers off by default in search results on thewarehouse.co.nz Informazioni di Base sull'Estensione
| Nome | |
| ID | febnmhgkigdhepahofkknlfhbegkplcb |
| URL Ufficiale | https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb |
| Descrizione | Search Results on TheWarehouse.co.nz will not show marketplace items by default |
| Dimensione del File | 35.03 KB |
| Conteggio Installazioni | 41 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2023-01-17 |
| Data di Pubblicazione | 2023-01-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | 2ofeverybug |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |