Provably Fair
Provably Fair Verification
Hvad er Provably Fair?
Provably Fair er en Chrome-udvidelse udviklet af lucasholderx, og dens hovedfunktion er "Provably Fair Verification".
Udvidelsesskærmbilleder
Download Provably Fair-udvidelses-CRX-fil
Download Provably Fair-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
Provably Fair verifies the outcome of games based on initial parameters. Compatible with Stake.com.
Grundlæggende oplysninger om udvidelsen
Navn | Provably Fair |
ID | ahooddoodalfhhjfpdgcmkklhfefjdem |
Officiel URL | https://chromewebstore.google.com/detail/provably-fair/ahooddoodalfhhjfpdgcmkklhfefjdem |
Beskrivelse | Provably Fair Verification |
Filstørrelse | 1.06 MB |
Antal Installationer | 361 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2020-04-19 |
Udgivelsesdato | 2020-04-19 |
Udvikler | lucasholderx |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/lucasholder/fair/issues |
Understøttede Sprog | 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'" } |