Satoshi Inc

CRC Chrome extension

Hvad er Satoshi Inc?

Satoshi Inc er en Chrome-udvidelse udviklet af https://satoshi.inc, og dens hovedfunktion er "CRC Chrome extension".

Udvidelsesskærmbilleder

screenshot

Download Satoshi Inc-udvidelses-CRX-fil

Download Satoshi Inc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Satoshi Inc Satoshi Inc
ID efobpegonajiceeogpmfgopcibdfcihh
Officiel URL https://chromewebstore.google.com/detail/satoshi-inc/efobpegonajiceeogpmfgopcibdfcihh
Beskrivelse CRC Chrome extension
Filstørrelse 385 KB
Antal Installationer 28
Nuværende Version 1.0.7
Senest Opdateret 2022-03-24
Udgivelsesdato 2021-10-16
Udvikler https://satoshi.inc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.satoshi.inc/
URL til Fortrolighedspolitik Side https://www.satoshi.inc/privacy
Understøttede Sprog 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';"
}