Debump

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

O que é Debump?

Debump é uma extensão do Chrome desenvolvida por Debump, e sua principal característica é "Debump is a chrome extension that helps Depop sellers automatically refresh their items.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Debump

Baixe arquivos de extensão Debump no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
URL Oficial https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
Descrição Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Tamanho do Arquivo 108 KB
Contagem de Instalações 59
Versão Atual 1.0.0
Última Atualização 2021-04-10
Data de Publicação 2021-04-05
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor Debump
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.debumpbot.com/
URL da Página de Ajuda https://www.debumpbot.com/contact
Idiomas Suportados 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"
        }
    }
}