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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |