BFICLink

The first and most popular BFICLink wallet. Recommended by BFICLink Foundation.

ما هو BFICLink؟

BFICLink هو إضافة Chrome تم تطويرها بواسطة devbfcoin، والميزة الرئيسية لها هي "The first and most popular BFICLink wallet. Recommended by BFICLink Foundation.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة BFICLink

قم بتنزيل ملفات الامتداد BFICLink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The first and most popular BFIC wallet. Recommended by BFIC Foundation.
BFICLink is firstly launched at BFIC’s official website and backed by BFIC foundation, BFICLink is the BFIC wallet with the most users,coming in three versions (Chrome Wallet Extension/iOS/Android), and you're looking at the Chrome Wallet Extension for BFIC.

Main function:
Send and receive BFIC, BRC10 and BRC20 tokens;Integrate smart contract calls on developers’ site; Use Dapps within the browser. 
About BFIC:
BFICoin is a new blockchain to increase decentralized gaming experience. BFIC migrated its BRC20 tokens to BFIC’s Mainnet, making BFIC an independent cryptocurrency.

Update:
1. Improved the display of transaction confirmation so that you can check the transaction details quickly, making transactions more convenient and safer!
2. Optimized the details for better user experience.

Official website: 
                  https://bficscan.io/                    

معلومات أساسية عن التمديد

الاسم BFICLink BFICLink
ID ogonnjdebdpdadmfabbbllkgnmoheegn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bficlink/ogonnjdebdpdadmfabbbllkgnmoheegn
الوصف The first and most popular BFICLink wallet. Recommended by BFICLink Foundation.
حجم الملف 9.68 MB
عدد التثبيتات 27
النسخة الحالية 2.0.3
آخر تحديث 2021-12-22
تاريخ النشر 2021-10-01
المطور devbfcoin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bficscan.io/
عنوان صفحة سياسة الخصوصية https://bficscan.io/Privacy_Policy.pdf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BFICLink",
    "version": "2.0.3",
    "version_name": "2.0.3",
    "description": "The first and most popular BFICLink wallet. Recommended by BFICLink Foundation.",
    "author": "Kevin ",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-VkNnUueDROlYkHq6L+Uv0Mcb+jQg0h8C7+d73ct37QA=' 'sha256-LayQc1iWBC+6WbHHvHZj3uSx3CxrGBHUJBR7si4qf8w=' 'sha256-POEO+wER89cezFVZ27JoP523HJNPMQxmh5Rcz\/OZpr4=' 'sha256-IThiKMnsg0UHaLmP7sJxZpd\/ohvINImwjxFJyxGFSlk=' https:\/\/*.sentry.io https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "packages\/popup\/build\/index.html",
        "default_title": "BFICLink"
    },
    "icons": {
        "128": "packages\/popup\/static\/icon.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/pageHook.js"
    ]
}