No More MarketPlace
Search Results on TheWarehouse.co.nz will not show marketplace items by default
什麼是No More MarketPlace?
No More MarketPlace是由2ofeverybug開發的Chrome擴展程式,該擴展的主要功能是“Search Results on TheWarehouse.co.nz will not show marketplace items by default”。
擴展截圖
下載No More MarketPlace擴展crx文件
下載No More MarketPlace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Set online orders / 3rd party sellers off by default in search results on thewarehouse.co.nz 擴展基本資訊
| 名稱 | |
| ID | febnmhgkigdhepahofkknlfhbegkplcb |
| 官方網址 | https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb |
| 簡介 | Search Results on TheWarehouse.co.nz will not show marketplace items by default |
| 檔案大小 | 35.03 KB |
| 安裝次數 | 41 |
| 目前版本 | 1.1 |
| 更新時間 | 2023-01-17 |
| 上架時間 | 2023-01-08 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | 2ofeverybug |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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\/*"
]
} | |