Nitro Price Checker
Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Qu'est-ce que Nitro Price Checker ?
Nitro Price Checker est une extension Chrome développée par abderrahmanmamas, et sa fonction principale est "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nitro Price Checker
Téléchargez les fichiers d'extension Nitro Price Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Nitro Price Checker |
ID | imhmniieiapodgmgiffgmnbehbbgolpo |
URL Officiel | https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo |
Description | Check Discord Listings on Plati.Market website And show the lowest Price in a notification |
Taille du Fichier | 725 KB |
Nombre d'Installations | 50 |
Version Actuelle | 18.0 |
Dernière Mise à Jour | 2021-03-24 |
Date de Publication | 2021-03-23 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | abderrahmanmamas |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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" ] } |