Nitro Price Checker

Check Discord Listings on Plati.Market website And show the lowest Price in a notification

Co je Nitro Price Checker?

Nitro Price Checker je rozšíření Chrome vyvinuté abderrahmanmamas, a jeho hlavní funkcí je „Check Discord Listings on Plati.Market website And show the lowest Price in a notification“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Nitro Price Checker

Stáhněte si soubory rozšíření Nitro Price Checker 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í

                        The extension Looks in Plati.Market Listings, Discord category, and pulls all the listings.
It finds the lowest price and fire a notification.
Clicking on the notiffication will take you to the listing.                    

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

Název Nitro Price Checker Nitro Price Checker
ID imhmniieiapodgmgiffgmnbehbbgolpo
Oficiální URL https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo
Popis Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Velikost souboru 725 KB
Počet instalací 50
Aktuální Verze 18.0
Poslední Aktualizace 2021-03-24
Datum Vydání 2021-03-23
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář abderrahmanmamas
E-mail [email protected]
Typ Platby in_app
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nitro Price Checker",
    "version": "18.0",
    "description": "Check Discord Listings on Plati.Market website And show the lowest Price in a notification",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "crystals",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "https:\/\/plati.market\/*",
        "notifications"
    ]
}