DeBot

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

Co je DeBot?

DeBot je rozšíření Chrome vyvinuté https://debot.site, a jeho hlavní funkcí je „The best way to boost your sales and exposure on Depop.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DeBot

Stáhněte si soubory rozšíření DeBot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název DeBot DeBot
ID gahlmdbefdpbopbkbhccodchgceoldkd
Oficiální URL https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd
Popis The best way to boost your sales and exposure on Depop.
Velikost souboru 79.37 KB
Počet instalací 95
Aktuální Verze 1.1.3
Poslední Aktualizace 2022-06-25
Datum Vydání 2022-05-25
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://debot.site
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://debot.site/privacy
Podporované Jazyky 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"
    ]
}