Provably Fair
Provably Fair Verification
Wat is Provably Fair?
Provably Fair is een Chrome-extensie ontwikkeld door lucasholderx, en de belangrijkste functie is "Provably Fair Verification".
Extensie Screenshots
Download het CRX-bestand van de extensie Provably Fair
Download Provably Fair-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
Provably Fair verifies the outcome of games based on initial parameters. Compatible with Stake.com.
Basisinformatie over de Extensie
Naam | Provably Fair |
ID | ahooddoodalfhhjfpdgcmkklhfefjdem |
Officiële URL | https://chromewebstore.google.com/detail/provably-fair/ahooddoodalfhhjfpdgcmkklhfefjdem |
Beschrijving | Provably Fair Verification |
Bestandsgrootte | 1.06 MB |
Aantal Installaties | 361 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-04-19 |
Publicatiedatum | 2020-04-19 |
Ontwikkelaar | lucasholderx |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/lucasholder/fair/issues |
Ondersteunde Talen | 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'" } |