DeBot

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

What is DeBot?

DeBot is a Chrome extension developed by https://debot.site, and its main feature is "The best way to boost your sales and exposure on Depop.".

Extension Screenshots

screenshot

Download DeBot Extension CRX File

Download DeBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name DeBot DeBot
ID gahlmdbefdpbopbkbhccodchgceoldkd
Official URL https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd
Description The best way to boost your sales and exposure on Depop.
File Size 79.37 KB
Installation Count 95
Current Version 1.1.3
Last Updated 2022-06-25
Publish Date 2022-05-25
Rating 3.67/5 Total 3 Ratings
Developer https://debot.site
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://debot.site/privacy
Supported Languages 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"
    ]
}