Muunship.com
Muunship.com browser connection
Muunship.com क्या है?
Muunship.com Muunship.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Muunship.com browser connection"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Muunship.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
} | |