Provably Fair
Provably Fair Verification
Qu'est-ce que Provably Fair ?
Provably Fair est une extension Chrome développée par lucasholderx, et sa fonction principale est "Provably Fair Verification".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Provably Fair
Téléchargez les fichiers d'extension Provably Fair au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Provably Fair verifies the outcome of games based on initial parameters. Compatible with Stake.com.
Informations de Base sur l'Extension
Nom | Provably Fair |
ID | ahooddoodalfhhjfpdgcmkklhfefjdem |
URL Officiel | https://chromewebstore.google.com/detail/provably-fair/ahooddoodalfhhjfpdgcmkklhfefjdem |
Description | Provably Fair Verification |
Taille du Fichier | 1.06 MB |
Nombre d'Installations | 361 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-04-19 |
Date de Publication | 2020-04-19 |
Développeur | lucasholderx |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/lucasholder/fair/issues |
Langues Prises en Charge | 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'" } |