Make 2dehands/2ememain great again
Improve the way you use 2dehands/2memain by removing certain commercial listings like Catawiki, ...
什么是Make 2dehands/2ememain great again?
Make 2dehands/2ememain great again是由turbopizzaclub开发的Chrome扩展程序,该扩展的主要功能是“Improve the way you use 2dehands/2memain by removing certain commercial listings like Catawiki, ...”。
扩展截图
下载Make 2dehands/2ememain great again扩展crx文件
下载Make 2dehands/2ememain great again扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- have the option to filter out annoying listings that are commercial and not real second hand items
- make 2dehands/2mememain great again!
- based on the input by the great reddit community over at https://www.reddit.com/r/belgium/comments/q5unhd/make_2dehandsbe_great_again/ 扩展基本信息
| 名称 | |
| ID | cdpapnlmphdiighblhlaalibcifchelg |
| 官方URL | https://chromewebstore.google.com/detail/make-2dehands2ememain-gre/cdpapnlmphdiighblhlaalibcifchelg |
| 简介 | Improve the way you use 2dehands/2memain by removing certain commercial listings like Catawiki, ... |
| 文件大小 | 38.11 KB |
| 安装次数 | 116 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-05-08 |
| 上架时间 | 2023-05-05 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | turbopizzaclub |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://turbopizzaclub.xyz |
| 帮助页面URL | https://turbopizzaclub.xyz |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Make 2dehands\/2ememain great again",
"description": "Improve the way you use 2dehands\/2memain by removing certain commercial listings like Catawiki, ...",
"version": "1.0.1",
"action": {
"default_popup": "index.html",
"default_icon": "images\/icon128.png"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/plugin.js"
],
"matches": [
"https:\/\/www.2dehands.be\/q\/*",
"https:\/\/www.2dehands.be\/l\/*",
"https:\/\/www.2ememain.be\/q\/*",
"https:\/\/www.2ememain.be\/l\/*"
]
}
],
"permissions": [
"storage"
]
} | |