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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve the way you use 2dehands/2memain by removing certain commercial listings like Catawiki, ..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Make 2dehands/2ememain great again एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - 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
आधिकारिक 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"
    ]
}