Dero - Buy Less Or Secondhand

Buy Less! Find used, secondhand or refurbished electronics while shopping online.

What is Dero - Buy Less Or Secondhand?

Dero - Buy Less Or Secondhand is a Chrome extension developed by https://dero.ai, and its main feature is "Buy Less! Find used, secondhand or refurbished electronics while shopping online.".

Extension Screenshots

screenshot

Download Dero - Buy Less Or Secondhand Extension CRX File

Download Dero - Buy Less Or Secondhand extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dero helps you buy less things online and suggests used, refurbished or secondhand alternatives for thousands of electronics products. We will be opening this to other suite of products in the coming months.  

Once you install the Dero extension, we will search for the internet's best used, refurbished or secondhand alternatives and surface them on the shopping site you are on. Sounds like magic, doesn't it? If we are not able to find alternatives, you can leave us your email to receive handpicked alternatives for the product you are searching for. 

Our "SLEEP ON IT" option helps you to resist the urge on an impulsive buy & will notify you after a period of time if you still need it. We help you save money & reduce non-essential purchases seamlessly. 

Our mission is to help you make smarter choices for your pocket as well as the planet. We would love to hear if you have any feedback or would want to partner with us. Write to us at [email protected] :)                    

Extension Basic Information

Name Dero - Buy Less Or Secondhand Dero - Buy Less Or Secondhand
ID coemecpgonjiefjkmpgeembhgholkhco
Official URL https://chromewebstore.google.com/detail/dero-buy-less-or-secondha/coemecpgonjiefjkmpgeembhgholkhco
Description Buy Less! Find used, secondhand or refurbished electronics while shopping online.
File Size 241 KB
Installation Count 41
Current Version 1.20
Last Updated 2024-02-11
Publish Date 2021-10-07
Rating 5.00/5 Total 8 Ratings
Developer https://dero.ai
Email [email protected]
Payment Type free
Extension Website https://www.dero.ai/fr
Privacy Policy Page URL https://www.dero.ai/privacy
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.20",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{53c130a1-0296-43b6-8be7-bfd6b49a3630}",
            "strict_min_version": "48.0"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aa.com\/*",
                "https:\/\/*.aircanada.com\/*",
                "https:\/\/*.aircorsica.com\/*",
                "https:\/\/*.airfrance.com\/*",
                "https:\/\/*.airfrance.fr\/*",
                "https:\/\/*.airfrance.us\/*",
                "https:\/\/*.alaskaair.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.allegiantair.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.apple.com\/*",
                "https:\/\/*.asus.com\/*",
                "https:\/\/*.auchan.fr\/*",
                "https:\/\/*.axabanque.fr\/*",
                "https:\/\/*.banquepopulaire.fr\/*",
                "https:\/\/*.barnesandnoble.com\/*",
                "https:\/\/*.bestbuy.com\/*",
                "https:\/\/*.bnpparibas.net\/*",
                "https:\/\/*.boulanger.com\/*",
                "https:\/\/*.boursorama.com\/*",
                "https:\/\/*.boutique.orange.fr\/*",
                "https:\/\/*.britishairways.com\/*",
                "https:\/\/*.but.fr\/*",
                "https:\/\/*.c-zam.fr\/*",
                "https:\/\/*.caisse-epargne.fr\/*",
                "https:\/\/*.carrefour.fr\/*",
                "https:\/\/*.cdiscount.com\/*",
                "https:\/\/*.cic.fr\/*",
                "https:\/\/*.coursesu.com\/*",
                "https:\/\/*.credit-agricole.fr\/*",
                "https:\/\/*.creditmutuel.fr\/*",
                "https:\/\/*.darty.com\/*",
                "https:\/\/*.dell.com\/*",
                "https:\/\/*.delta.com\/*",
                "https:\/\/*.easyjet.com\/*",
                "https:\/\/*.emirates.com\/*",
                "https:\/\/*.flyfrontier.com\/*",
                "https:\/\/*.fnac.com\/*",
                "https:\/\/*.fortuneo.fr\/*",
                "https:\/\/*.fr.shopping.rakuten.com\/*",
                "https:\/\/*.frenchbee.com\/*",
                "https:\/\/*.hawaiianairlines.com\/*",
                "https:\/\/*.hellobank.fr\/*",
                "https:\/\/*.hsbc.fr\/*",
                "https:\/\/*.icelandair.com\/*",
                "https:\/\/*.ing.fr\/*",
                "https:\/\/*.intermarche.com\/*",
                "https:\/\/*.jetblue.com\/*",
                "https:\/\/*.labanquepostale.fr\/*",
                "https:\/\/*.lcl.fr\/*",
                "https:\/\/*.lufthansa.com\/*",
                "https:\/\/*.mi.com\/*",
                "https:\/\/*.microsoft.com\/*",
                "https:\/\/*.monabanq.com\/*",
                "https:\/\/*.n26.com\/*",
                "https:\/\/*.oneplus.com\/*",
                "https:\/\/*.oppo.com\/*",
                "https:\/\/*.orangebank.fr\/*",
                "https:\/\/*.revolut.com\/*",
                "https:\/\/*.ryanair.com\/*",
                "https:\/\/*.samsung.com\/*",
                "https:\/\/*.skyscanner.com\/*",
                "https:\/\/*.societegenerale.fr\/*",
                "https:\/\/*.southwest.com\/*",
                "https:\/\/*.spirit.com\/*",
                "https:\/\/*.store.google.com\/*",
                "https:\/\/*.united.com\/*",
                "https:\/\/*.vinted.com\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.zara.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.fr\/*"
            ],
            "js": [
                "js\/constants.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.dero.ai\/extension?master_index%5Bquery%5D=*"
            ],
            "css": [
                "css\/search.css"
            ],
            "js": [
                "js\/search.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/app.dero.ai\/sleep?origin=extension&url=*"
            ],
            "css": [
                "css\/search.css",
                "css\/sleep.css"
            ],
            "js": [
                "js\/sleep.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.dero.ai\/stores?origin=extension"
            ],
            "css": [
                "css\/stores.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.dero.ai\/guides?origin=extension"
            ],
            "css": [
                "css\/guides.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "css\/host.css",
                "icons\/icon-48.png",
                "images\/drag.svg",
                "images\/KoalaAnimation.gif",
                "images\/dero-side.png",
                "images\/dero-footer.svg",
                "images\/green-bank.svg",
                "images\/envelope.svg",
                "images\/external-link.svg",
                "images\/koala-sad.svg",
                "images\/sleep-on-it.svg",
                "app.html"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}