DeBot

The best way to boost your sales and exposure on Depop.

O que é DeBot?

DeBot é uma extensão do Chrome desenvolvida por https://debot.site, e sua principal característica é "The best way to boost your sales and exposure on Depop.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DeBot

Baixe arquivos de extensão DeBot 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

                        We have made a simple to use tool that helps you do everything you do on Depop faster and better.

Bump Posts:
Relist your posts automatically to put them at the top of your followers feeds.

Mass Follow and Like:
Gain traction by liking and following multiple similar users at once.

Automate Your Store:
Our features can be made automatic so you don’t even have to login to bump your posts. DeBot uses smart timing to only complete automated actions when it is safe to do so!                    

Informações Básicas da Extensão

Nome DeBot DeBot
ID gahlmdbefdpbopbkbhccodchgceoldkd
URL Oficial https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd
Descrição The best way to boost your sales and exposure on Depop.
Tamanho do Arquivo 79.37 KB
Contagem de Instalações 95
Versão Atual 1.1.3
Última Atualização 2022-06-25
Data de Publicação 2022-05-25
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://debot.site
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://debot.site/privacy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeBot",
    "description": "The best way to boost your sales and exposure on Depop.",
    "version": "1.1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/debot.site\/*"
            ],
            "js": [
                "js\/Payment.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/www.depop.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ]
}