Binance P2P Price Checker

Quickly checks for the premium % you are paying for trading with the best deal possible at the moment on Binance P2P platform

Binance P2P Price Checker क्या है?

Binance P2P Price Checker steven.lu.chrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly checks for the premium % you are paying for trading with the best deal possible at the moment on Binance P2P platform"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Binance P2P Price Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        How to use the extension:
~ SUPER EASY ACCESS ~

Just Press "F8" when you are on the Binance P2P trading page and you will get an alert for the premiums details.

- added functionality to quickly navigate to the P2P platform while you are on Binance website by pressing "F8" button
ENJOY!

- Added functionality of price watching
	- User will receive an Email alert when the best P2P deal price reaches the custom threshold.
_______________________________________________________________
Feb 11, 2022 - ** Version 3.4.0 **
- Fixed the bug where the freemium feature stopped working after the binance Update
- Fixed the bug where if the transaction is "LIMITED" the freemium feature stops working

Jan 22, 2022 - ** Version 3.3.0 **
- Modified the process logic to not refresh the page after stopping or reaching the threshold so that the filters will be kept in place.

Jan 21, 2022 - ** Version 3.2.0 **
- Added Subscription for the members

Jan 19, 2022 - **Version 3.1.0**
- Added chrome extension icon
- Minor bug fix for extension showing content on pages other than Binance P2P platform

Jan 16, 2022 - **Version 3.0.0**
- Added functionality of price watching *** Premium Feature (Only available to Subscribed Users)
	* User will receive an Email alert when the best P2P deal price reaches the custom threshold.
- Added functionality of % watching (Only available to Subscribed Users)
	* Calculates the market and converts the threshold into % of the market price, user will receive an Email alert when the best P2P deal price reaches the custom threshold.
-Minor Bug Fixes.

Jan 13, 2022 - **Version 2.3.0**
- Rephrased the price check alerts for easier understanding.

Jan 09, 2022 - Hot Fix - ** Version 2.2.2 Update**
- Switched to a dedicated server for the exchange rate to ensure server uptime.

Jan 08, 2022 - Hot Fix - ** Version 2.2.1 Update**
- fixed when navigating from a Binance page it is generating a page 404 when pressing F8

Jan 06, 2022 - Hot Fix - ** Version 2.2.0 Update** 
- fixed when navigating from Binance page that is not P2P related, the checker doesn't work.

- fixed other minor bugs.

Jan 06, 2022 - ** Version 2.1.0 Update** 
- added functionality to quickly navigate to the P2P platform while you are on Binance website by pressing "F8" button

- fixed the problem where USDT cannot be checked -> now buying and selling USDT is supprted in the extension checker

- fixed minor bugs and issues.

Jan 05, 2022 - version 1.0.0

Quickly checks how much premium you are paying for selling/buying Crypto through Binance P2P platform to the best option available.                    

एक्सटेंशन की मूल जानकारी

नाम Binance P2P Price Checker Binance P2P Price Checker
ID cbkbbjgppbkoiegclijfbjonekgkkakg
आधिकारिक URL https://chromewebstore.google.com/detail/binance-p2p-price-checker/cbkbbjgppbkoiegclijfbjonekgkkakg
विवरण Quickly checks for the premium % you are paying for trading with the best deal possible at the moment on Binance P2P platform
फ़ाइल का आकार 605 KB
स्थापना संख्या 74
वर्तमान संस्करण 3.4.0
अंतिम अपडेट 2022-02-14
प्रकाशन तिथि 2022-01-06
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर steven.lu.chrome
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://ludacase.square.site/product/binance-p2p-checker-sub/15
सहायता पृष्ठ URL https://ludacase.square.site/product/binance-p2p-checker-sub/15
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Binance P2P Price Checker",
    "version": "3.4.0",
    "author": "Steven Lu",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "pics\/logo-16x16.png",
        "48": "pics\/logo-48x48.png",
        "128": "pics\/logo-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "P2P Price Alerts"
    },
    "description": "Quickly checks for the premium % you are paying for trading with the best deal possible at the moment on Binance P2P platform",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/p2p.binance.com\/*",
                "https:\/\/p2p.binance.com\/*",
                "http:\/\/www.binance.com\/*",
                "https:\/\/www.binance.com\/*"
            ],
            "js": [
                "thirdParty\/jQuery.js",
                "thirdParty\/ajax.js",
                "hotkey.js"
            ]
        }
    ]
}