Debump

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

Qu'est-ce que Debump ?

Debump est une extension Chrome développée par Debump, et sa fonction principale est "Debump is a chrome extension that helps Depop sellers automatically refresh their items.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Debump

Téléchargez les fichiers d'extension Debump au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
URL Officiel https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
Description Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Taille du Fichier 108 KB
Nombre d'Installations 59
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-04-10
Date de Publication 2021-04-05
Évaluation 4.43/5 Total 7 Évaluations
Développeur Debump
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.debumpbot.com/
URL de la Page d'Aide https://www.debumpbot.com/contact
Langues Prises en Charge 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"
        }
    }
}