Nitro Price Checker
Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Wat is Nitro Price Checker?
Nitro Price Checker is een Chrome-extensie ontwikkeld door abderrahmanmamas, en de belangrijkste functie is "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".
Extensie Screenshots
Download het CRX-bestand van de extensie Nitro Price Checker
Download Nitro Price Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Nitro Price Checker |
ID | imhmniieiapodgmgiffgmnbehbbgolpo |
Officiële URL | https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo |
Beschrijving | Check Discord Listings on Plati.Market website And show the lowest Price in a notification |
Bestandsgrootte | 725 KB |
Aantal Installaties | 50 |
Huidige Versie | 18.0 |
Laatst Bijgewerkt | 2021-03-24 |
Publicatiedatum | 2021-03-23 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | abderrahmanmamas |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | 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" ] } |