Unielon

Open Source Chrome Extension Wallet for Dogecoin, Cardinals & DRC-20

Unielonคืออะไร?

Unielon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unielon.com และคุณลักษณะหลักของมันคือ "Open Source Chrome Extension Wallet for Dogecoin, Cardinals & DRC-20"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        UniElon is a powerful platform that aims to revolutionize the way users interact with the Dogecoin blockchain. It provides a range of essential tools and features to enhance the user experience and enable seamless management of Dogecoins and Cardinals (DRC-20 tokens).

The primary purpose of UniElon is to serve as a comprehensive wallet solution for Dogecoin and Cardinals. Users can securely store their digital assets and effortlessly send and receive them on the Dogecoin blockchain. UniElon Wallet ensures the utmost security and privacy by adopting a non-custodial approach, meaning users have complete control over their funds. The wallet never stores sensitive information such as seed phrases or passwords.

UniElon also introduces the groundbreaking concept of inscriptions, where users can create and store unique messages or records on the Dogecoin blockchain. This feature allows for immutable and transparent data storage, opening up new possibilities for applications such as digital certificates, proof of ownership, and more.

By installing UniElon, users gain access to a wide array of benefits. Firstly, it offers a user-friendly interface that simplifies the management of Dogecoins and Cardinals, making it accessible to both beginners and experienced users. The wallet supports on-the-fly inscription (minting) without the need to run a full node, ensuring a seamless experience.

Additionally, UniElon is 100% open-source, empowering the community to contribute and review the code for transparency and security. Users can trust in the integrity of the platform and have confidence in its operations.

In summary, installing UniElon is highly recommended for Dogecoin enthusiasts, Cardinals holders, and anyone seeking a reliable and secure wallet solution. It provides a seamless experience for managing digital assets, introduces innovative inscription capabilities, and prioritizes user privacy and security. Join the UniElon community and explore the future of Dogecoin blockchain interaction.                    

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

ชื่อ Unielon Unielon
ID inlkhilmjmjomfcpdifpfgllhhlpnbej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unielon/inlkhilmjmjomfcpdifpfgllhhlpnbej
คำอธิบาย Open Source Chrome Extension Wallet for Dogecoin, Cardinals & DRC-20
ขนาดไฟล์ 1.95 MB
จำนวนการติดตั้ง 34,485
เวอร์ชันปัจจุบัน 1.2.18
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-06-24
คะแนน 3.97/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://unielon.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://unielon.com/PrivacyPolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.18",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/logo\/[email protected]",
        "32": "\/images\/logo\/[email protected]",
        "48": "\/images\/logo\/[email protected]",
        "128": "\/images\/logo\/[email protected]"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo\/unielon.png",
            "32": "\/images\/logo\/unielon.png",
            "48": "\/images\/logo\/unielon.png",
            "128": "\/images\/logo\/unielon.png"
        },
        "default_title": "__MSG_appName__"
    },
    "author": "Unielon",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/unielon.com\/",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "short_name": "__MSG_appName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/unielon.com\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}