Debump

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

Cos'è Debump?

Debump è un'estensione di Chrome sviluppata da Debump, e la sua funzione principale è "Debump is a chrome extension that helps Depop sellers automatically refresh their items.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Debump

Scarica i file di estensione Debump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
URL Ufficiale https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
Descrizione Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Dimensione del File 108 KB
Conteggio Installazioni 59
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-04-10
Data di Pubblicazione 2021-04-05
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore Debump
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.debumpbot.com/
URL della Pagina di Aiuto https://www.debumpbot.com/contact
Lingue Supportate 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"
        }
    }
}