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, ...”。

擴展截圖

screenshot

下載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/                    

擴展基本資訊

名稱 Make 2dehands/2ememain great again Make 2dehands/2ememain great again
ID cdpapnlmphdiighblhlaalibcifchelg
官方網址 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"
    ]
}