Moralis Money

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

What is Moralis Money?

Moralis Money is a Chrome extension developed by Moralis Money, and its main feature is "See live information about cryptocurrencies from Moralis Money in your Twitter feed.".

Extension Screenshots

screenshot

Download Moralis Money Extension CRX File

Download Moralis Money 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

                        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.                    

Extension Basic Information

Name Moralis Money Moralis Money
ID mcogjlnchdagpddfljaoonpehlgnpgfi
Official URL https://chromewebstore.google.com/detail/moralis-money/mcogjlnchdagpddfljaoonpehlgnpgfi
Description See live information about cryptocurrencies from Moralis Money in your Twitter feed.
File Size 24.03 KB
Installation Count 249
Current Version 1.1.2
Last Updated 2023-09-13
Publish Date 2023-08-22
Rating 4.89/5 Total 18 Ratings
Developer Moralis Money
Email [email protected]
Payment Type free
Extension Website https://moralismoney.com
Help Page URL https://moralismoney.com
Supported Languages 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
}