Nitro Price Checker

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

Co to jest Nitro Price Checker?

Nitro Price Checker to rozszerzenie Chrome opracowane przez abderrahmanmamas, a jego główną funkcją jest „Check Discord Listings on Plati.Market website And show the lowest Price in a notification”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Nitro Price Checker

Pobierz pliki rozszerzeń Nitro Price Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nitro Price Checker Nitro Price Checker
ID imhmniieiapodgmgiffgmnbehbbgolpo
Oficjalny URL https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo
Opis Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Rozmiar pliku 725 KB
Liczba instalacji 50
Aktualna Wersja 18.0
Ostatnia Aktualizacja 2021-03-24
Data Publikacji 2021-03-23
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper abderrahmanmamas
E-mail [email protected]
Typ Płatności in_app
Obsługiwane Języki 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"
    ]
}