Binance Toolkit

Binance cryptocurrency exchange toolkit extension to quickly place trades and more.

Binance Toolkitคืออะไร?

Binance Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dalimil Hajek และคุณลักษณะหลักของมันคือ "Binance cryptocurrency exchange toolkit extension to quickly place trades and more."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binance Toolkit

ดาวน์โหลดไฟล์ส่วนขยาย Binance Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Binance Toolkit is a browser extension to quickly place trades on Binance cryptocurrency exchange.
Simply enter your trading pair and amount and the extension will redirect you to Binance and do the rest.

Currently doesn't click the actual 'Buy' button but does everything up to that point as a proof of concept. If you like it and would like to support the development of the rest of the functionality, you can consider donating via PayPal or BTC transfer: 1FBKQsuLe2xW5PKJVSShW8ZDZqLsXF3H99

Thank you for your support.

# Privacy
Binance Toolkit does not collect any information about the user, prices,
balances or other information or meta data associated while using the extension.
All computation is done locally on the client in users browser.

The extension is only requesting access to binance.com and no other origins, hence no data is being collected and the program only operates in the browser. An additional storage permission is requested to be able to persist the user settings for the extension. This does not interfere with any other Chrome extension or user data as the storage model is isolated to the target extension only.

As the extension is not collecting any analytics, your feedback is invaluable to the authors for guiding the tool towards new features, bug fixes and other improvements.

# Disclaimer

This software comes with no warranty whatsoever. Any issue, damage or material loss occurred during the use of the software will not be reimbursed, repaired or otherwise acted upon by the authors. If you're using this software, you're fully accepting the risk of a failure due to a bug, unexpected change of the Binance software or any other factor.

The extension is built for research, exploratory and testing purposes without collecting any data from Binance, without affecting other users and with a very low impact on the service itself, please be mindful when installing extensions and make sure to review the terms and conditions of Binance™ before using this or other similar software.

The extension is only doing what any user with a browser can achieve and does not use any exploits to achieve advantage as a trader.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Binance Toolkit Binance Toolkit
ID onallmegfllpgimnkekmlpgcknbajapa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/binance-toolkit/onallmegfllpgimnkekmlpgcknbajapa
คำอธิบาย Binance cryptocurrency exchange toolkit extension to quickly place trades and more.
ขนาดไฟล์ 81.19 KB
จำนวนการติดตั้ง 924
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-03-24
วันที่เผยแพร่ 2021-03-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dalimil Hajek
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.paypal.com/paypalme/DaliCanada
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance Toolkit",
    "short_name": "Binance Toolkit",
    "version": "1.0.1",
    "description": "Binance cryptocurrency exchange toolkit extension to quickly place trades and more.",
    "homepage_url": "https:\/\/github.com\/Dalimil",
    "icons": {
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.binance.com\/*"
    ],
    "author": "Dalimil Hajek",
    "minimum_chrome_version": "49",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/icons\/32x32.png",
            "48": "assets\/icons\/48x48.png",
            "128": "assets\/icons\/128x128.png"
        },
        "default_title": "Binance Toolkit",
        "chrome_style": false
    }
}