Nitro Price Checker
Check Discord Listings on Plati.Market website And show the lowest Price in a notification
What is Nitro Price Checker?
Nitro Price Checker is a Chrome extension developed by abderrahmanmamas, and its main feature is "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".
Extension Screenshots
Download Nitro Price Checker Extension CRX File
Download Nitro Price Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nitro Price Checker |
ID | imhmniieiapodgmgiffgmnbehbbgolpo |
Official URL | 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 |
File Size | 725 KB |
Installation Count | 50 |
Current Version | 18.0 |
Last Updated | 2021-03-24 |
Publish Date | 2021-03-23 |
Rating | 1.00/5 Total 1 Ratings |
Developer | abderrahmanmamas |
[email protected] | |
Payment Type | in_app |
Supported Languages | 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" ] } |