Provably Fair
Provably Fair Verification
Was ist Provably Fair?
Provably Fair ist eine Chrome-Erweiterung, die von lucasholderx entwickelt wurde, und ihr Hauptmerkmal ist "Provably Fair Verification".
Erweiterungsscreenshots
Provably Fair-Erweiterungs-CRX-Datei herunterladen
Laden Sie Provably Fair-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Provably Fair verifies the outcome of games based on initial parameters. Compatible with Stake.com.
Grundlegende Informationen zur Erweiterung
Name | Provably Fair |
ID | ahooddoodalfhhjfpdgcmkklhfefjdem |
Offizielle URL | https://chromewebstore.google.com/detail/provably-fair/ahooddoodalfhhjfpdgcmkklhfefjdem |
Beschreibung | Provably Fair Verification |
Dateigröße | 1.06 MB |
Installationsanzahl | 361 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-04-19 |
Veröffentlichungsdatum | 2020-04-19 |
Entwickler | lucasholderx |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/lucasholder/fair/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Provably Fair", "description": "Provably Fair Verification", "version": "0.0.2", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "favicon\/favicon-16x16.png", "48": "favicon\/favicon-48x48.png", "128": "favicon\/favicon-128x128.png" }, "permissions": [ "tabs" ], "background": { "page": "bg.html" }, "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'" } |