Muunship.com
Muunship.com browser connection
什么是Muunship.com?
Muunship.com是由Muunship.com开发的Chrome扩展程序,该扩展的主要功能是“Muunship.com browser connection”。
扩展截图
下载Muunship.com扩展crx文件
下载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" } |