Muunship.com

Muunship.com browser connection

What is Muunship.com?

Muunship.com is a Chrome extension developed by Muunship.com, and its main feature is "Muunship.com browser connection".

Extension Screenshots

screenshot
screenshot
screenshot

Download Muunship.com Extension CRX File

Download Muunship.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Muunship.com Muunship.com
ID bnjdbijgcgbpnghpipedgnfedmpodnom
Official URL https://chromewebstore.google.com/detail/muunshipcom/bnjdbijgcgbpnghpipedgnfedmpodnom
Description Muunship.com browser connection
File Size 188 KB
Installation Count 724
Current Version 1.118.4
Last Updated 2023-03-10
Publish Date 2020-06-10
Rating 4.33/5 Total 3 Ratings
Developer Muunship.com
Email [email protected]
Payment Type free
Extension Website https://muunship.com
Privacy Policy Page URL https://muunship.com/privacy-policy
Supported Languages 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"
}