Moralis Money

See live information about cryptocurrencies from Moralis Money in your Twitter feed.

Moralis Money क्या है?

Moralis Money Moralis Money द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See live information about cryptocurrencies from Moralis Money in your Twitter feed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moralis Money एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension scans your Twitter feed for tickers and shows you valuable live information for each. Your window to Moralis Money straight from your Twitter feed.                    

एक्सटेंशन की मूल जानकारी

नाम Moralis Money Moralis Money
ID mcogjlnchdagpddfljaoonpehlgnpgfi
आधिकारिक URL https://chromewebstore.google.com/detail/moralis-money/mcogjlnchdagpddfljaoonpehlgnpgfi
विवरण See live information about cryptocurrencies from Moralis Money in your Twitter feed.
फ़ाइल का आकार 24.03 KB
स्थापना संख्या 249
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2023-09-13
प्रकाशन तिथि 2023-08-22
रेटिंग 4.89/5 कुल 18 रेटिंग्स
डेवलपर Moralis Money
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://moralismoney.com
सहायता पृष्ठ URL https://moralismoney.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moralis Money",
    "version": "1.1.2",
    "description": "See live information about cryptocurrencies from Moralis Money in your Twitter feed.",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/www.twitter.com\/*",
        "*:\/\/x.com\/*",
        "*:\/\/www.x.com\/*"
    ],
    "author": "[email protected]",
    "homepage_url": "https:\/\/moralismoney.com",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/www.twitter.com\/*",
                "*:\/\/x.com\/*",
                "*:\/\/www.x.com\/*",
                "https:\/\/moralismoney.com\/*",
                "https:\/\/d23exngyjlavgo.cloudfront.net\/*"
            ],
            "runAt": "document_idle",
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/www.twitter.com\/*",
                "*:\/\/x.com\/*",
                "*:\/\/www.x.com\/*",
                "https:\/\/moralismoney.com\/*",
                "https:\/\/d23exngyjlavgo.cloudfront.net\/*"
            ],
            "resources": [
                "utils.js",
                "frame.html",
                "frame.js",
                "frame.css",
                "assets\/ext-icon.png",
                "http:\/\/fonts.googleapis.com\/",
                "https:\/\/fonts.googleapis.com\/"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/ext-icon.png",
            "48": "assets\/ext-icon.png",
            "128": "assets\/ext-icon.png"
        },
        "default_title": "Moralis Money"
    },
    "manifest_version": 3
}