DeBot

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

Was ist DeBot?

DeBot ist eine Chrome-Erweiterung, die von https://debot.site entwickelt wurde, und ihr Hauptmerkmal ist "The best way to boost your sales and exposure on Depop.".

Erweiterungsscreenshots

screenshot

DeBot-Erweiterungs-CRX-Datei herunterladen

Laden Sie DeBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name DeBot DeBot
ID gahlmdbefdpbopbkbhccodchgceoldkd
Offizielle URL https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd
Beschreibung The best way to boost your sales and exposure on Depop.
Dateigröße 79.37 KB
Installationsanzahl 95
Aktuelle Version 1.1.3
Letztes Update 2022-06-25
Veröffentlichungsdatum 2022-05-25
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://debot.site
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite https://debot.site/privacy
Unterstützte Sprachen 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"
    ]
}