Nitro Price Checker
Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Apa itu Nitro Price Checker?
Nitro Price Checker adalah ekstensi Chrome yang dikembangkan oleh abderrahmanmamas, dan fitur utamanya adalah "Check Discord Listings on Plati.Market website And show the lowest Price in a notification".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Nitro Price Checker
Unduh file ekstensi Nitro Price Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Nitro Price Checker |
ID | imhmniieiapodgmgiffgmnbehbbgolpo |
URL Resmi | https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo |
Deskripsi | Check Discord Listings on Plati.Market website And show the lowest Price in a notification |
Ukuran File | 725 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 18.0 |
Terakhir Diperbarui | 2021-03-24 |
Tanggal Publikasi | 2021-03-23 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | abderrahmanmamas |
[email protected] | |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | 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" ] } |