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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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