Moralis Money

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

Moralis Money란 무엇입니까?

Moralis Money은(는) Moralis Money에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See live information about cryptocurrencies from Moralis Money in your Twitter feed."입니다.

확장 프로그램 스크린샷

screenshot

Moralis Money 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}