Binance P2P Price Checker

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}