DeBot

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

DeBot là gì?

DeBot là một tiện ích mở rộng Chrome được phát triển bởi https://debot.site, và tính năng chính của nó là "The best way to boost your sales and exposure on Depop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeBot

Tải xuống các tệp mở rộng DeBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DeBot DeBot
ID gahlmdbefdpbopbkbhccodchgceoldkd
URL Chính Thức https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd
Mô tả The best way to boost your sales and exposure on Depop.
Kích Thước Tệp 79.37 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2022-06-25
Ngày Phát Hành 2022-05-25
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://debot.site
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://debot.site/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}