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".
Снимки экрана расширения
Скачать файл CRX расширения Nitro Price Checker
Скачайте файлы расширений 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"
]
} | |