Moralis Money

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

Co je Moralis Money?

Moralis Money je rozšíření Chrome vyvinuté Moralis Money, a jeho hlavní funkcí je „See live information about cryptocurrencies from Moralis Money in your Twitter feed.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Moralis Money

Stáhněte si soubory rozšíření Moralis Money ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Moralis Money Moralis Money
ID mcogjlnchdagpddfljaoonpehlgnpgfi
Oficiální URL https://chromewebstore.google.com/detail/moralis-money/mcogjlnchdagpddfljaoonpehlgnpgfi
Popis See live information about cryptocurrencies from Moralis Money in your Twitter feed.
Velikost souboru 24.03 KB
Počet instalací 249
Aktuální Verze 1.1.2
Poslední Aktualizace 2023-09-13
Datum Vydání 2023-08-22
Hodnocení 4.89/5 Celkem 18 Hodnocení
Vývojář Moralis Money
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://moralismoney.com
URL Stránky Nápovědy https://moralismoney.com
Podporované Jazyky 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
}