Nitro Price Checker

Check Discord Listings on Plati.Market website And show the lowest Price in a notification

什麼是Nitro Price Checker?

Nitro Price Checker是由abderrahmanmamas開發的Chrome擴展程式,該擴展的主要功能是“Check Discord Listings on Plati.Market website And show the lowest Price in a notification”。

擴展截圖

screenshot

下載Nitro Price Checker擴展crx文件

下載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 Nitro Price Checker
ID imhmniieiapodgmgiffgmnbehbbgolpo
官方網址 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"
    ]
}