Satoshi Inc

CRC Chrome extension

What is Satoshi Inc?

Satoshi Inc is a Chrome extension developed by https://satoshi.inc, and its main feature is "CRC Chrome extension".

Extension Screenshots

screenshot

Download Satoshi Inc Extension CRX File

Download Satoshi Inc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Satoshi Inc Satoshi Inc
ID efobpegonajiceeogpmfgopcibdfcihh
Official URL https://chromewebstore.google.com/detail/satoshi-inc/efobpegonajiceeogpmfgopcibdfcihh
Description CRC Chrome extension
File Size 385 KB
Installation Count 28
Current Version 1.0.7
Last Updated 2022-03-24
Publish Date 2021-10-16
Developer https://satoshi.inc
Email [email protected]
Payment Type free
Extension Website https://www.satoshi.inc/
Privacy Policy Page URL https://www.satoshi.inc/privacy
Supported Languages 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';"
}