Muunship.com
Muunship.com browser connection
Muunship.comคืออะไร?
Muunship.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muunship.com และคุณลักษณะหลักของมันคือ "Muunship.com browser connection"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Muunship.com
ดาวน์โหลดไฟล์ส่วนขยาย Muunship.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension allows you to use all the features available on muunship.com, like real-time exchange data and trading. The application gives you access to real-time markets information. Like the following. Access to Advanced Analytics Market scanners 70+ Technical Indicators Riser and Fallers Widgets Multi Chart Layouts Drag and Drop Functionality Custom Indicators Trading View Charts Free Form Layouts Advanced Favorites Widgets Hi-Low Scanner Support and Resistance scanners Quote Boards to Markets Orderbooks and trades data Real-time news and analysis Chat sharing With one single application users are able to see all of the information in a custom layout application. Try the app today and it is free forever for all users.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Muunship.com |
ID | bnjdbijgcgbpnghpipedgnfedmpodnom |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/muunshipcom/bnjdbijgcgbpnghpipedgnfedmpodnom |
คำอธิบาย | Muunship.com browser connection |
ขนาดไฟล์ | 188 KB |
จำนวนการติดตั้ง | 724 |
เวอร์ชันปัจจุบัน | 1.118.4 |
อัปเดตครั้งล่าสุด | 2023-03-10 |
วันที่เผยแพร่ | 2020-06-10 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Muunship.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://muunship.com |
URL หน้านโยบายความเป็นส่วนตัว | https://muunship.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Muunship.com", "author": "Muunship.com", "description": "Muunship.com browser connection", "icons": { "256": "img\/icon.png" }, "manifest_version": 2, "permissions": [ "https:\/\/*.muunship.com\/*", "https:\/\/www.cryptopia.co.nz\/*", "https:\/\/*.binance.com\/*", "https:\/\/*.bitfinex.com\/*", "https:\/\/*.bitmex.com\/*", "https:\/\/*.bittrex.com\/*", "https:\/\/*.hitbtc.com\/*", "https:\/\/*.kucoin.com\/*", "https:\/\/*.poloniex.com\/*", "https:\/\/alpha2.hodloo.com\/*", "https:\/\/*.binance.us\/*", "https:\/\/*.bybit.com\/*", "https:\/\/*.phemex.com\/*", "https:\/\/*.ftx.com\/*", "https:\/\/*.ftx.us\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.muunship.com\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ "dist\/*.worker.js" ], "version": "1.118.4" } |