Satoshi Inc

CRC Chrome extension

什么是Satoshi Inc?

Satoshi Inc是由https://satoshi.inc开发的Chrome扩展程序,该扩展的主要功能是“CRC Chrome extension”。

扩展截图

screenshot

下载Satoshi Inc扩展crx文件

下载Satoshi Inc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Satoshi Inc Satoshi Inc
ID efobpegonajiceeogpmfgopcibdfcihh
官方URL https://chromewebstore.google.com/detail/satoshi-inc/efobpegonajiceeogpmfgopcibdfcihh
简介 CRC Chrome extension
文件大小 385 KB
安装次数 28
当前版本 1.0.7
更新时间 2022-03-24
上架时间 2021-10-16
开发者 https://satoshi.inc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.satoshi.inc/
隐私政策页面URL https://www.satoshi.inc/privacy
支持的语言 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';"
}