DeBot

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

Wat is DeBot?

DeBot is een Chrome-extensie ontwikkeld door https://debot.site, en de belangrijkste functie is "The best way to boost your sales and exposure on Depop.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DeBot

Download DeBot-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

                        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!                    

Basisinformatie over de Extensie

Naam DeBot DeBot
ID gahlmdbefdpbopbkbhccodchgceoldkd
Officiële URL https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd
Beschrijving The best way to boost your sales and exposure on Depop.
Bestandsgrootte 79.37 KB
Aantal Installaties 95
Huidige Versie 1.1.3
Laatst Bijgewerkt 2022-06-25
Publicatiedatum 2022-05-25
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://debot.site
E-mail [email protected]
Betalingswijze in_app
URL van de Privacybeleid Pagina https://debot.site/privacy
Ondersteunde Talen 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"
    ]
}