Satoshi Inc

CRC Chrome extension

Wat is Satoshi Inc?

Satoshi Inc is een Chrome-extensie ontwikkeld door https://satoshi.inc, en de belangrijkste functie is "CRC Chrome extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Satoshi Inc

Download Satoshi Inc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Satoshi Inc Satoshi Inc
ID efobpegonajiceeogpmfgopcibdfcihh
Officiële URL https://chromewebstore.google.com/detail/satoshi-inc/efobpegonajiceeogpmfgopcibdfcihh
Beschrijving CRC Chrome extension
Bestandsgrootte 385 KB
Aantal Installaties 28
Huidige Versie 1.0.7
Laatst Bijgewerkt 2022-03-24
Publicatiedatum 2021-10-16
Ontwikkelaar https://satoshi.inc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.satoshi.inc/
URL van de Privacybeleid Pagina https://www.satoshi.inc/privacy
Ondersteunde Talen 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';"
}