DeBot

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

Что такое DeBot?

DeBot - это расширение Chrome, разработанное https://debot.site, и его основная функция - "The best way to boost your sales and exposure on Depop.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DeBot

Скачайте файлы расширений DeBot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название DeBot DeBot
ID gahlmdbefdpbopbkbhccodchgceoldkd
Официальный URL https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd
Описание The best way to boost your sales and exposure on Depop.
Размер файла 79.37 KB
Количество установок 95
Текущая Версия 1.1.3
Последнее Обновление 2022-06-25
Дата публикации 2022-05-25
Рейтинг 3.67/5 Всего 3 оценок
Разработчик https://debot.site
Электронная почта [email protected]
Тип оплаты in_app
URL страницы политики конфиденциальности https://debot.site/privacy
Поддерживаемые языки 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"
    ]
}