Debump

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

Co je Debump?

Debump je rozšíření Chrome vyvinuté Debump, a jeho hlavní funkcí je „Debump is a chrome extension that helps Depop sellers automatically refresh their items.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Debump

Stáhněte si soubory rozšíření Debump ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
Oficiální URL https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
Popis Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Velikost souboru 108 KB
Počet instalací 59
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-04-10
Datum Vydání 2021-04-05
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář Debump
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.debumpbot.com/
URL Stránky Nápovědy https://www.debumpbot.com/contact
Podporované Jazyky 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"
        }
    }
}