Nitro Price Checker
Check Discord Listings on Plati.Market website And show the lowest Price in a notification
Nitro Price Checkerคืออะไร?
Nitro Price Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abderrahmanmamas และคุณลักษณะหลักของมันคือ "Check Discord Listings on Plati.Market website And show the lowest Price in a notification"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nitro Price Checker
ดาวน์โหลดไฟล์ส่วนขยาย Nitro Price Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nitro Price Checker |
ID | imhmniieiapodgmgiffgmnbehbbgolpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nitro-price-checker/imhmniieiapodgmgiffgmnbehbbgolpo |
คำอธิบาย | Check Discord Listings on Plati.Market website And show the lowest Price in a notification |
ขนาดไฟล์ | 725 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 18.0 |
อัปเดตครั้งล่าสุด | 2021-03-24 |
วันที่เผยแพร่ | 2021-03-23 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | abderrahmanmamas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | 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" ] } |