Nitro Price Checker
Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Was ist Nitro Price Checker?
Nitro Price Checker ist eine Chrome-Erweiterung, die von abderrahmanmamas entwickelt wurde, und ihr Hauptmerkmal ist "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".
Erweiterungsscreenshots
Nitro Price Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nitro Price Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | imhmniieiapodgmgiffgmnbehbbgolpo |
| Offizielle URL | https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo |
| Beschreibung | Check Discord Listings on Plati.Market website And show the lowest Price in a notification |
| Dateigröße | 725 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 18.0 |
| Letztes Update | 2021-03-24 |
| Veröffentlichungsdatum | 2021-03-23 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | abderrahmanmamas |
| [email protected] | |
| Zahlungsart | in_app |
| Unterstützte Sprachen | 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"
]
} | |