FROST - Paypal for the Blockchain

Send and receive crypto easily.

FROST - Paypal for the Blockchainคืออะไร?

FROST - Paypal for the Blockchain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frost Wallet และคุณลักษณะหลักของมันคือ "Send and receive crypto easily."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FROST - Paypal for the Blockchain

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

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

                        Frost Wallet helps you send and receive cryptocurrencies with ease. 

• NEW: Updated UI & more coins!
• NEW: Updated higher quality Avatars
• NEW: Updated coin icons
• NEW: Ability to view secret content only available to token holders
• NEW: Auto gas calculations for dApps
• NEW: Send by email feature
• NEW: Dapp integrations
• NEW: Forkdelta integration
• NEW: Performance improvements
• NEW: Supports "Pay with SLOPPS" button
• NEW: Blocks you from blacklisted phishing websites
• NEW: Supports sending & receiving of almost every ERC20 token!
• NEW: View total portfolio in USD (powered by CoinGecko)
• Automatic gas/tax calculation
• Prevents you from sending money to malicious accounts
• Recover private key / word list easily
• 100% decentralized
• and much, much more!!

This is great MetaMask alternative. We're technically in BETA (and will continue to be for a while), so please use with discretion. New features will be released regularly. 

PERMISSIONS USED:
• "Modify data you copy & paste": This allows you to copy your Public Wallet address so you can share it with people. 
• "Read & change data on websites you visit": This protects you from phishing websites that try to steal your money. The URL gets checked locally with MetaMask's open source Blacklist; none of the data ever leaves the local machine for privacy reasons.                    

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

ชื่อ FROST - Paypal for the Blockchain FROST - Paypal for the Blockchain
ID jogplkjolbbfndkbbedhchfgdbiocgig
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/frost-paypal-for-the-bloc/jogplkjolbbfndkbbedhchfgdbiocgig
คำอธิบาย Send and receive crypto easily.
ขนาดไฟล์ 6.38 MB
จำนวนการติดตั้ง 536
เวอร์ชันปัจจุบัน 4.6.1
อัปเดตครั้งล่าสุด 2019-07-03
วันที่เผยแพร่ 2019-07-03
คะแนน 4.69/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Frost Wallet
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://frostwallet.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FROST - Paypal for the Blockchain",
    "version": "4.6.1",
    "manifest_version": 2,
    "description": "Send and receive crypto easily.",
    "homepage_url": "https:\/\/frostwallet.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/bg-service.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FROST: Built by Satoshi Nakamoto",
        "default_popup": "index.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/ct-phishing-detect.min.js",
                "scripts\/test-slopps.min.js",
                "scripts\/content-scripts.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content-scripts\/views\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/sentry.io 'unsafe-eval'; object-src 'self'"
}