Monetory.Toolkit

Monetory.Toolkit помогает избавить пользователей от ручной конвертации цены криптовалюты в цену USDT

What is Monetory.Toolkit?

Monetory.Toolkit is a Chrome extension developed by https://monetory.io, and its main feature is "Monetory.Toolkit помогает избавить пользователей от ручной конвертации цены криптовалюты в цену USDT".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Monetory.Toolkit Extension CRX File

Download Monetory.Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение Monetory.Toolkit предназначено для улучшения функциональности P2P-стакана на криптовалютных биржах: Binance, Huobi, OKX, CommEX и Bybit. 

• В P2P-стакан криптовалют, отличных от Tether, добавляется столбец USDT Price, показывающий курс USDT, вычисленный через валюту предложения.

• Для стакана USDT также добавили столбец USDT Price, в котором вы можете учитывать любые комиссии 

• Аналогично USDT Price выводится при работе с ордерами и в интерфейсе обычных пользователей, и в в интерфейсе мерчантов для всех бирж.

• Возможность настройки учета комиссии для расчета USDT Price.

• Вывод суммы резервов всех офферов на открытой странице P2P-стакана.

• При попадании на подозрительный ресурс вы получите уведомление об опасности. Данные расширение берёт из обширной базы, которая постоянно обновляется.

Все эти возможности должны упросить и сделать эффективнее вашу P2P-торговлю.

Расширение разработано командой сервиса monetory.io                    

Extension Basic Information

Name Monetory.Toolkit Monetory.Toolkit
ID ppddjkgaiadcmpaajgiglglkdfdfgfdk
Official URL https://chromewebstore.google.com/detail/monetorytoolkit/ppddjkgaiadcmpaajgiglglkdfdfgfdk
Description Monetory.Toolkit помогает избавить пользователей от ручной конвертации цены криптовалюты в цену USDT
File Size 765 KB
Installation Count 1,532
Current Version 2.0.0
Last Updated 2024-02-22
Publish Date 2023-02-01
Rating 4.56/5 Total 9 Ratings
Developer https://monetory.io
Email [email protected]
Payment Type free
Extension Website https://monetory.io
Help Page URL https://monetory.io/contacts
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Monetory.Toolkit",
    "description": "Monetory.Toolkit \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0438\u0437\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0442 \u0440\u0443\u0447\u043d\u043e\u0439 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u0438 \u0446\u0435\u043d\u044b \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b \u0432 \u0446\u0435\u043d\u0443 USDT",
    "manifest_version": 3,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "16x16.png",
            "48": "48x48.png",
            "128": "128x128.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/fraudulent\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/p2p.binance.com\/*",
                "https:\/\/c2c.binance.com\/*",
                "https:\/\/c2c-admin.binance.com\/*"
            ],
            "js": [
                "src\/binance\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.okx.com\/*",
                "https:\/\/www.okx.cab\/*"
            ],
            "js": [
                "src\/okx\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.htx.com\/*"
            ],
            "js": [
                "src\/huobi\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.bybit.com\/*",
                "https:\/\/www.bybitglobal.com\/*"
            ],
            "js": [
                "src\/bybit\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.commex.com\/*"
            ],
            "js": [
                "src\/commex\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.kucoin.com\/*"
            ],
            "js": [
                "src\/kucoin\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.gate.io\/*"
            ],
            "js": [
                "src\/gate_io\/index.js"
            ]
        }
    ]
}