Moralis Money

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

Wat is Moralis Money?

Moralis Money is een Chrome-extensie ontwikkeld door Moralis Money, en de belangrijkste functie is "See live information about cryptocurrencies from Moralis Money in your Twitter feed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moralis Money

Download Moralis Money-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Moralis Money Moralis Money
ID mcogjlnchdagpddfljaoonpehlgnpgfi
Officiële URL https://chromewebstore.google.com/detail/moralis-money/mcogjlnchdagpddfljaoonpehlgnpgfi
Beschrijving See live information about cryptocurrencies from Moralis Money in your Twitter feed.
Bestandsgrootte 24.03 KB
Aantal Installaties 249
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-09-13
Publicatiedatum 2023-08-22
Beoordeling 4.89/5 Totaal 18 Beoordelingen
Ontwikkelaar Moralis Money
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://moralismoney.com
Help Pagina-URL https://moralismoney.com
Ondersteunde Talen 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
}