Satoshi Inc

CRC Chrome extension

Satoshi Inc là gì?

Satoshi Inc là một tiện ích mở rộng Chrome được phát triển bởi https://satoshi.inc, và tính năng chính của nó là "CRC Chrome extension".

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

screenshot

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

Tải xuống các tệp mở rộng Satoshi Inc 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

                        Track bitcoin influencers and companies building the future of finance. Instant access to over 10,000 profiles along with the ability to set up one-on-one phone calls.                    

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

Tên Satoshi Inc Satoshi Inc
ID efobpegonajiceeogpmfgopcibdfcihh
URL Chính Thức https://chromewebstore.google.com/detail/satoshi-inc/efobpegonajiceeogpmfgopcibdfcihh
Mô tả CRC Chrome extension
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-03-24
Ngày Phát Hành 2021-10-16
Nhà Phát Triển https://satoshi.inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.satoshi.inc/
URL Trang Chính Sách Bảo Mật https://www.satoshi.inc/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "CRC Chrome extension",
    "version": "1.0.7",
    "manifest_version": 2,
    "name": "Satoshi Inc",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-32.png"
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self'; script-src-elem 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com; object-src 'self';"
}