ShibaWallet

A multi-chain crypto DeFi wallet for NFTs and Meme tokens in the metaverse world.

ShibaWalletคืออะไร?

ShibaWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shibawallet.cc และคุณลักษณะหลักของมันคือ "A multi-chain crypto DeFi wallet for NFTs and Meme tokens in the metaverse world."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ShibaWallet is the #1 meme crypto wallet for unified all NFTs artworks in one place. Wallet makes it easy for you to securely store, send and receive tokens from Ethereum, Binance Smart Chain, Polygon (Matic network), Arbitrum network and so on, and now support millions of NFTs and coins in different public chains. It also allows you to interact with smart contracts which built on Web 3 standard codebase.

SECURE & IN-CONTROL
Completely self-custodial; only you control your assets. Your seed phrases and private keys will never be uploaded to the cloud, and it will never be leaved from your Chrome browser on device. And we recommended to backup your Wallet’s private keys or seed phrases to Google Drive to help avoid losing your funds in case you lose your the computer or misplace your recovery phrase.

OUR FEATURES
* 100% non-custodial and multi-chain wallet with a friendly interface and high security.
* Create/import a wallet in seconds. Manage your crypto assets easily and securely.
* Your private keys are completely held in your hand. Never leave your control.
* Never store your personal information and data.
NFTs
* All your NFTs, CryptoPunks, Loot, etc, here we support
* Supports Ethereum, Binance Smart Chain, Polygon, Solana, Dogecoin, Arbitrum and tens of public chains

It’s our mission to bring the power of cryptocurrency and decentralized applications to as many people as possible.

For feedback and assistance, you can reach us at [email protected]

CONTACT US

Website: https://shibawallet.cc/
Twitter: https://twitter.com/ShibaWalletPro
Telegram Channel: https://t.me/ShibaWalletPro

Telegram Global: https://t.me/ShibaWalletPro_Official
Telegram Indonesia: https://t.me/ShibaWalletIndonesia
Medium: https://shibawallet.medium.com/

CoinMarketCap: https://coinmarketcap.com/currencies/shiba-wallet/
CoinGecko: https://www.coingecko.com/en/coins/shibawallet
Email Support: [email protected]                    

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

ชื่อ ShibaWallet ShibaWallet
ID nlobpakggmbcgdbpjpnagmdbdhdhgphk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shibawallet/nlobpakggmbcgdbpjpnagmdbdhdhgphk
คำอธิบาย A multi-chain crypto DeFi wallet for NFTs and Meme tokens in the metaverse world.
ขนาดไฟล์ 3.56 MB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-02-28
วันที่เผยแพร่ 2022-02-27
คะแนน 5.00/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://shibawallet.cc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shibawallet.cc/
URL หน้าช่วยเหลือ https://shibawallet.cc/privacy-and-policy.html
URL หน้านโยบายความเป็นส่วนตัว https://shibawallet.cc/privacy-and-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShibaWallet",
    "version": "1.0.0",
    "description": "A multi-chain crypto DeFi wallet for NFTs and Meme tokens in the metaverse world.",
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/logo.png",
            "38": "assets\/logo.png"
        },
        "default_title": "ShibaWallet",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "omnibox": {
        "keyword": "pmg"
    },
    "devtools_page": "popup.html",
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}