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 |
| 官方URL | 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\/*"
]
} | |