MetaPush

MetaPush Browser Extension.Software required: MetaMask.

MetaPushคืออะไร?

MetaPush เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metalist.io และคุณลักษณะหลักของมันคือ "MetaPush Browser Extension.Software required: MetaMask."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Aggregate Your Web3 Valuable Messages
Monitor multiple websites to push value messages related to your wallet address and discord account, such as airdrops, project announcements, NFT allowlists, mint date, DAO proposals, ENS expiration, and OpenSea offers, etc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MetaPush MetaPush
ID ecponkikdgnpkeejiopipbgbllcgjimb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metapush/ecponkikdgnpkeejiopipbgbllcgjimb
คำอธิบาย MetaPush Browser Extension.Software required: MetaMask.
ขนาดไฟล์ 428 KB
จำนวนการติดตั้ง 3,095
เวอร์ชันปัจจุบัน 0.8.0
อัปเดตครั้งล่าสุด 2023-03-06
วันที่เผยแพร่ 2022-07-17
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://metalist.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://download.metalist.io/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "0.8.0",
    "name": "MetaPush",
    "description": "MetaPush Browser Extension.Software required: MetaMask.",
    "author": "MetalistLab",
    "homepage_url": "https:\/\/beta.metalist.io",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "background": {
        "service_worker": "background.803675d6.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/beta.metalist.io\/*",
                "https:\/\/link.3ntry.com\/*",
                "https:\/\/meta-push-web-test-9813-80.apps-qa.danlu.netease.com\/*"
            ],
            "js": [
                "login.3079e42e.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "util.308ebaf4.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.premint.xyz\/*\/*"
            ],
            "js": [
                "premint.4ef8c3d6.js"
            ],
            "css": [
                "premint.0cc5892f.css"
            ]
        },
        {
            "matches": [
                "https:\/\/galxe.com\/\/*"
            ],
            "js": [
                "galxe.bfb69932.js"
            ],
            "css": [
                "galxe.f1e56949.css"
            ]
        },
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "opensea.693cfb52.js"
            ],
            "css": [
                "opensea.98f9e829.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/beta.metalist.io\/",
        "https:\/\/link.3ntry.com\/"
    ],
    "optional_host_permissions": [],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.premint.xyz\/*"
            ],
            "resources": [
                "premint.7dbcd42f.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/galxe.com\/*"
            ],
            "resources": [
                "premint.7dbcd42f.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "resources": [
                "premint.7dbcd42f.svg"
            ]
        }
    ]
}