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 |
| 电子邮箱 | [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"
]
} | |