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"
    ]
}