DeBot

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

什麼是DeBot?

DeBot是由https://debot.site開發的Chrome擴展程式,該擴展的主要功能是“The best way to boost your sales and exposure on Depop.”。

擴展截圖

screenshot

下載DeBot擴展crx文件

下載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
官方網址 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"
    ]
}