0xMetafeed - Blockchain Feed & Crypto Browser

A blockchain web launcher that allows you to quickly receive information

0xMetafeed - Blockchain Feed & Crypto Browserคืออะไร?

0xMetafeed - Blockchain Feed & Crypto Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blockwave Labs. และคุณลักษณะหลักของมันคือ "A blockchain web launcher that allows you to quickly receive information"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 0xMetafeed - Blockchain Feed & Crypto Browser

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

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

                        0xMetafeed provides a web browser user experience specialized in the blockchain field. It provides real-time information, news and events. 
Install 0xMetafeed now!

▪ Each time you open a new tab, you'll encounter useful blockchain news and events.
▪ Quickly receive news feeds of the chains you are interested in
▪ Easy access to the blockchain community
▪ Shortcut to frequently used DAO tools                    

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

ชื่อ 0xMetafeed - Blockchain Feed & Crypto Browser 0xMetafeed - Blockchain Feed & Crypto Browser
ID llfpchnnfenhepjemicbfnhebdfbdlfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/0xmetafeed-blockchain-fee/llfpchnnfenhepjemicbfnhebdfbdlfj
คำอธิบาย A blockchain web launcher that allows you to quickly receive information
ขนาดไฟล์ 6.83 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-07-20
วันที่เผยแพร่ 2022-03-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Blockwave Labs.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://propwave.notion.site/Privacy-Policy-ec82f953f6a047d6b7a680d2be082c60
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "0xMetafeed",
    "name": "0xMetafeed - Blockchain Feed & Crypto Browser",
    "version": "1.0.6",
    "manifest_version": 3,
    "description": "A blockchain web launcher that allows you to quickly receive information",
    "icons": {
        "16": "logo128.png",
        "48": "logo128.png",
        "128": "logo128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "oauth2": {
        "client_id": "641798222710-k5aa4ijm0dov2cu1n2hkd5dcicctj8j2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "action": {
        "default_icon": "logo128.png",
        "default_popup": "showNewTab.html"
    },
    "permissions": [
        "identity",
        "identity.email",
        "runtime"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src-elem 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com; connect-src 'self' https:\/\/api.0xmetafeed.com https:\/\/accounts.google.com https:\/\/www.googleapis.com https:\/\/oauth2.googleapis.com http:\/\/ec2-52-79-72-98.ap-northeast-2.compute.amazonaws.com:8080; img-src 'self' https:\/\/* http:\/\/*; style-src-elem 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}