Nitro Price Checker

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

¿Qué es Nitro Price Checker?

Nitro Price Checker es una extensión de Chrome desarrollada por abderrahmanmamas, y su función principal es "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Nitro Price Checker

Descarga archivos de extensión Nitro Price Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nitro Price Checker Nitro Price Checker
ID imhmniieiapodgmgiffgmnbehbbgolpo
URL Oficial https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo
Descripción Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Tamaño del Archivo 725 KB
Cantidad de Instalaciones 50
Versión Actual 18.0
Última Actualización 2021-03-24
Fecha de Publicación 2021-03-23
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador abderrahmanmamas
Correo electrónico [email protected]
Tipo de Pago in_app
Idiomas Soportados 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"
    ]
}