Nitro Price Checker

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

Vad är Nitro Price Checker?

Nitro Price Checker är en Chrome-tillägg utvecklad av abderrahmanmamas, och dess huvudfunktion är "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".

Tilläggsskärmbilder

screenshot

Ladda ner Nitro Price Checker-förlängningens CRX-fil

Ladda ner Nitro Price Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nitro Price Checker Nitro Price Checker
ID imhmniieiapodgmgiffgmnbehbbgolpo
Officiell webbadress https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo
Beskrivning Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Filstorlek 725 KB
Antal Installationer 50
Aktuell Version 18.0
Senast Uppdaterad 2021-03-24
Publiceringsdatum 2021-03-23
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare abderrahmanmamas
E-post [email protected]
Betalningssätt in_app
Stödda Språk 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"
    ]
}