Muunship.com
Muunship.com browser connection
Muunship.com란 무엇입니까?
Muunship.com은(는) Muunship.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Muunship.com browser connection"입니다.
확장 프로그램 스크린샷
Muunship.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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. 확장 프로그램 기본 정보
| 이름 | |
| 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"
} | |