Debump

Debump is a chrome extension that helps Depop sellers automatically refresh their items.

Wat is Debump?

Debump is een Chrome-extensie ontwikkeld door Debump, en de belangrijkste functie is "Debump is a chrome extension that helps Depop sellers automatically refresh their items.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Debump

Download Debump-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Are you tired of manually refreshing all your items? Then let Debump do it for you! Simply click a button and it'll get to work "bumping" your items right before your eyes, letting you focus on more important things.

Everyone gets a free 7-day trial. After that Debump costs $8 per month (+ VAT in certain regions).

If you have any questions or thoughts about Debump, feel free to shoot me an email at [email protected]                    

Basisinformatie over de Extensie

Naam Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
Officiële URL https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
Beschrijving Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Bestandsgrootte 108 KB
Aantal Installaties 59
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-04-10
Publicatiedatum 2021-04-05
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Debump
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.debumpbot.com/
Help Pagina-URL https://www.debumpbot.com/contact
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debump",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": ".\/db 128x128.png",
        "32": ".\/db 32x32.png",
        "48": ".\/db 48x48.png",
        "16": ".\/db 16x16.png"
    },
    "description": "Debump is a chrome extension that helps Depop sellers automatically refresh their items.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.depop.com\/*",
        "http:\/\/*.depop.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click on the icon to get started",
        "default_icon": {
            "128": ".\/db 128x128.png",
            "32": ".\/db 32x32.png",
            "48": ".\/db 48x48.png",
            "16": ".\/db 16x16.png"
        }
    }
}