Moralis Money

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

Moralis Moneyคืออะไร?

Moralis Money เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moralis Money และคุณลักษณะหลักของมันคือ "See live information about cryptocurrencies from Moralis Money in your Twitter feed."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moralis Money

ดาวน์โหลดไฟล์ส่วนขยาย Moralis Money ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}