Bitski

Bitski Wallet Extension

Bitski là gì?

Bitski là một tiện ích mở rộng Chrome được phát triển bởi Bitski, và tính năng chính của nó là "Bitski Wallet Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitski

Tải xuống các tệp mở rộng Bitski dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Use Bitski Wallet to securely manage all your Ethereum and Polygon-based tokens in one convenient place. It’s simple to set up, hardware-secured and great for both web3 newcomers and veterans.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitski Bitski
ID feejiigddaafeojfddjjlmfkabimkell
URL Chính Thức https://chromewebstore.google.com/detail/bitski/feejiigddaafeojfddjjlmfkabimkell
Mô tả Bitski Wallet Extension
Kích Thước Tệp 10.25 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.10.1.0
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2023-02-28
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Bitski
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.bitski.com/
URL Trang Trợ Giúp https://bitski.zendesk.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://otl.notion.site/Privacy-Policy-c166160b6c544e909dd04176f43081d6
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitski",
    "description": "Bitski Wallet Extension",
    "version": "1.10.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "public\/icons\/production\/bitski-16.png",
        "32": "public\/icons\/production\/bitski-32.png",
        "48": "public\/icons\/production\/bitski-48.png",
        "128": "public\/icons\/production\/bitski-128.png"
    },
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-src https:\/\/*.bitski.com https:\/\/consumer-wallet.pages.dev; connect-src  'self' https:\/\/*.bitski.com https:\/\/*.bitskistatic.com https:\/\/o48269.ingest.sentry.io https:\/\/*.amplitude.com; font-src 'self' data: https:\/\/*.bitski.com https:\/\/*.bitskistatic.com; img-src * 'self' data: blob:; media-src * data: blob:; script-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/*.bitski.com https:\/\/*.bitskistatic.com"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-eb2f95f3.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "inpage.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "world": "MAIN",
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.bitski.com\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "host_permissions": [
        "https:\/\/extension-api.bitski.com\/*",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "favicon",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "public\/icons\/production\/bitski-32.png",
                "fonts\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.bitski.com\/*"
            ],
            "resources": [
                "pages\/transaction-callback.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/constants-860e1c39.js",
                "assets\/interfaces-ae73f27a.js",
                "assets\/index-a9411870.js",
                "assets\/content.ts-33f03243.js"
            ],
            "use_dynamic_url": true
        }
    ]
}