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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Nitro Price Checker

قم بتنزيل ملفات الامتداد Nitro Price Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}