Debump

Debump is a chrome extension that helps Depop sellers automatically refresh their items.

什么是Debump?

Debump是由Debump开发的Chrome扩展程序,该扩展的主要功能是“Debump is a chrome extension that helps Depop sellers automatically refresh their items.”。

扩展截图

screenshot

下载Debump扩展crx文件

下载Debump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you tired of manually refreshing all your items? Then let Debump do it for you! Simply click a button and it'll get to work "bumping" your items right before your eyes, letting you focus on more important things.

Everyone gets a free 7-day trial. After that Debump costs $8 per month (+ VAT in certain regions).

If you have any questions or thoughts about Debump, feel free to shoot me an email at [email protected]                    

扩展基本信息

名称 Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
官方URL https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
简介 Debump is a chrome extension that helps Depop sellers automatically refresh their items.
文件大小 108 KB
安装次数 59
当前版本 1.0.0
更新时间 2021-04-10
上架时间 2021-04-05
评分 4.43/5 共7次评分
开发者 Debump
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.debumpbot.com/
帮助页面URL https://www.debumpbot.com/contact
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debump",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": ".\/db 128x128.png",
        "32": ".\/db 32x32.png",
        "48": ".\/db 48x48.png",
        "16": ".\/db 16x16.png"
    },
    "description": "Debump is a chrome extension that helps Depop sellers automatically refresh their items.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.depop.com\/*",
        "http:\/\/*.depop.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click on the icon to get started",
        "default_icon": {
            "128": ".\/db 128x128.png",
            "32": ".\/db 32x32.png",
            "48": ".\/db 48x48.png",
            "16": ".\/db 16x16.png"
        }
    }
}