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
Eメール [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"
        }
    }
}