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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}