Nitro Price Checker

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

Cos'è Nitro Price Checker?

Nitro Price Checker è un'estensione di Chrome sviluppata da abderrahmanmamas, e la sua funzione principale è "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nitro Price Checker

Scarica i file di estensione Nitro Price Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nitro Price Checker Nitro Price Checker
ID imhmniieiapodgmgiffgmnbehbbgolpo
URL Ufficiale https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo
Descrizione Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Dimensione del File 725 KB
Conteggio Installazioni 50
Versione Corrente 18.0
Ultimo Aggiornamento 2021-03-24
Data di Pubblicazione 2021-03-23
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore abderrahmanmamas
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
    ]
}