Nitro Price Checker

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

O que é Nitro Price Checker?

Nitro Price Checker é uma extensão do Chrome desenvolvida por abderrahmanmamas, e sua principal característica é "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nitro Price Checker

Baixe arquivos de extensão Nitro Price Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nitro Price Checker Nitro Price Checker
ID imhmniieiapodgmgiffgmnbehbbgolpo
URL Oficial https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo
Descrição Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Tamanho do Arquivo 725 KB
Contagem de Instalações 50
Versão Atual 18.0
Última Atualização 2021-03-24
Data de Publicação 2021-03-23
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor abderrahmanmamas
Email [email protected]
Tipo de Pagamento in_app
Idiomas Suportados 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"
    ]
}